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

Setting iReport compiler to Java 5


martynhiemstra

Recommended Posts

Hi All,

 

I want to compile a report in iReport. I get an error that it cant convert a boolean to Boolean. I have fixed this problem in my web app by creating a jasperreport.properties file with the following content:

 

org.eclipse.jdt.core.compiler.source=1.5

org.eclipse.jdt.core.compiler.compliance=1.5

org.eclipse.jdt.core.compiler.codegen.TargetPlatform=1.5

 

That solved the problem for my web app but iReport wont accept this solution. Can anybody indicate to set the compiler level to Java 5 in iReport.

 

Thanks,

Martyn

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...