steenvoorden Posted November 24, 2010 Share Posted November 24, 2010 I'm developing reports on my workstation (windows XP) using iReport 1.3.3. Reports have to be transfered to a server (windows 2003) for execution. The server applications only works with java 1.4.2.I can install the JRE1.4.2. on my workstation but that has, for other purposes, also JRE 1.6.0. iReport seems to use the newer version (you can use for instance BigDecimal.ONE as a constant). So when I transfer reports to the server some methods contants do not exist and generate errors.Currently I solved this by tightly sticking to the documentation for 1.4.2 but to avoid future errors I would like iReports to use the JRE1.4.2 on my workstation. Can I configure that somewhere?Thanks,Ruud Link to comment Share on other sites More sharing options...
rajendratambat Posted November 26, 2010 Share Posted November 26, 2010 Hi,It is possible, open ireporttools>>option>>main tab is iReportunder that go to tab jasperreports propertiesit will show you all properties of jasper look for "net.sf.jasperreports.compiler.classpath"try to modify path as you want for your classpath of jdk and jre. thats it! if you are using latest version of ireport it provides you backword compactibility as well to generate jrxmlyou may also want to look into find tab general>>compatibility>> and set required version compatibility level Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now