Jump to content
We've recently updated our Privacy Statement, available here ×

How to compile .jrxml files which will support both java 6 and java 7


k.g.najan

Recommended Posts

Hi,

I have java 6 installed on one machine and java 7 on other.

I have compiled .jrxml files using maven plugin in pom.xml file with java 7. But it gives error Unsupported major minor version 51.0 on machine on which java 6 is present.

So i need to add some configuration in maven plugin pom.xml file which will keep support of jasper files for java 6.

Please help me out for how to do this with pom.xml, because I need to compile .jrxml files during build of my project and need to give support for java 6.

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...