Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IReport incompatibility with Java 8 [closed]

Tags:

java

I have installed Java 8 in my PC (actually, its the only JDK installed) and I have iReport version 5.1.0.

Once I run iReport nothing happened. It did not run at all.

I think there is an incompatibility with the 2 technologies. I have searched and found out in a a certain forum that even the latest version of iReport doesn't support Java 8.

How true is this? If this is true, how long will it take for iReport new release to support Java 8? Is there any alternative tools for me to use in reporting?

I am using Netbeans 8.0.

like image 804
iamjc015 Avatar asked Nov 10 '22 10:11

iamjc015


1 Answers

Go to

window->Preferences->java-compiler

Change compiler compliance level: to 1.7,1.6 etc which is compatible with report.

like image 193
Amitsharma Avatar answered Nov 14 '22 22:11

Amitsharma