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

NULL is presented to compile a report


ricardobd

Recommended Posts

  • Replies 6
  • Created
  • Last Reply

Top Posters In This Topic

  • 3 weeks later...

i was having the same problem using ubuntu 12.04 and ireport 3.7.6, ireport 4.6.0 and 5.0.1. I finally solve the problem by forcing java version to be OpenJDK 7.

I Changed the default Java, and javac version used on Ubuntu by doing:

java : sudo /usr/sbin/update-alternatives --config java

java compiler : sudo /usr/sbin/update-alternatives --config javac

java web start : sudo /usr/sbin/update-alternatives --config javaws

Link to comment
Share on other sites

I faced the same problem. But I realized that my "javac" version was pointing to open-jdk 1.7, and my "java" pointing to oracle-jdk 1.6.

After the change to open-jdk1.7 (java and javac), I changed back to oracle-jdk1.6(java and javac) for testing purposes, and now still working with oracle-jdk 1.6.0_45

 

That's it.

Link to comment
Share on other sites

  • 4 weeks later...

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