phowell Posted April 12, 2010 Share Posted April 12, 2010 Hi,I'm getting a null pointer exception when trying to start iReport v3.7.1 on Windows7 (64bit).Is this the correct place to report this issue? I have attached the log file.I noticed that the log file indicates that JRE 1.5 is being used, however my default JRE is 1.6 (i.e. when I type 'java -version' in a command window I shows java version "1.6.0_19" of the 64bit version of the Java HotSpot JRE). I do also have 1.5 JRE installed.Also when iReport attempts to start the Windows desktop UI switches to a basic mode without the "Aero" effects.Thanks,Phil. Link to comment Share on other sites More sharing options...
thangalin Posted April 16, 2010 Share Posted April 16, 2010 I avoid having multiple versions of Java installed; it usually ends poorly. Try:1. Uninstall iReport.2. Uninstall all versions of Java.3. Install iReport 3.7.2.4. Run iReport.If it works, then:5. Install version of Java you need.6. Run iReport.If it fails at 6, you have isolated the problem. Post Edited by thangalin at 04/16/2010 16:56 Link to comment Share on other sites More sharing options...
mdahlman Posted April 16, 2010 Share Posted April 16, 2010 Phil,thangalin's answer may work... but that's a pretty big sledgehammer to find a JDK issue.Try editing the file ...\iReport-3.7.2\etc\ireport.confSet the jdkhome appropriately, and you should be all set.Regards,Matt Link to comment Share on other sites More sharing options...
phowell Posted April 18, 2010 Author Share Posted April 18, 2010 Hi Matt, Yep, that fixed it. I set: jdkhome="C:\Program Files\Java\jre6" In the conf file and all is good. Thanks,Phil 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