Hi All,
I ran in to this problem some time ago whereby for no apparent reason, when I ran iReport the splash screen would appear, but no loading took place, the usual progress bar made no progress.
I have since had a few support calls about this same issue, so I figure I will post the solution here.
The culprit is Java 8 as iReport is not compatible with Java 8 run time - well at least version 3.7.6 is not.
To resolve this issue, simply install the Java 7 JDK (unless already installed) on the machine on which iReport is installed and then configure iReport to use the JDK rather than your local JRE.
2 easy steps:
-----------------------
1. Download and install JDK7
(http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html)
2. Modify the iReport config file 'ireport.conf' found in the 'etc' folder in the iReport installation directory.
(on a Windows instance; possibly: C:\Program Files\iReport-3.7.6\etc\)
Open the file in Notepad or equivalent plain text editor and find the line:
Add a new line below it and replicate the property name (without the hash/"#") with the correct path to your new JDK install, Eg:
*File paths are not necessarily correct for your system they are just for examples and are based on a Windows environment, please double check your install paths.
-------------------
Here is an unmodified ireport.conf for a 3.7.6 install in case anything goes wrong.
I ran in to this problem some time ago whereby for no apparent reason, when I ran iReport the splash screen would appear, but no loading took place, the usual progress bar made no progress.
I have since had a few support calls about this same issue, so I figure I will post the solution here.
The culprit is Java 8 as iReport is not compatible with Java 8 run time - well at least version 3.7.6 is not.
To resolve this issue, simply install the Java 7 JDK (unless already installed) on the machine on which iReport is installed and then configure iReport to use the JDK rather than your local JRE.
2 easy steps:
-----------------------
1. Download and install JDK7
(http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html)
2. Modify the iReport config file 'ireport.conf' found in the 'etc' folder in the iReport installation directory.
(on a Windows instance; possibly: C:\Program Files\iReport-3.7.6\etc\)
Open the file in Notepad or equivalent plain text editor and find the line:
Add a new line below it and replicate the property name (without the hash/"#") with the correct path to your new JDK install, Eg:
*File paths are not necessarily correct for your system they are just for examples and are based on a Windows environment, please double check your install paths.
-------------------
Here is an unmodified ireport.conf for a 3.7.6 install in case anything goes wrong.
This message was edited 5 times. Last update was at Aug. 30, 2015 10:22 PM