1
My team and I work with iReport, I haven’t used mine for a while, but I had to open it for maintenance recently and it doesn’t work. The splash screen displays "Loading cached Objects" and closes the proceedings.
1
My team and I work with iReport, I haven’t used mine for a while, but I had to open it for maintenance recently and it doesn’t work. The splash screen displays "Loading cached Objects" and closes the proceedings.
5
I believe that the best solution is not to simply depress the java, in the ireport.conf file, located in "C: Program Files Jaspersoft iReport-3.6.2 etc", just include the configuration "jdkhome="C: Program Files Java xjdk1.7.0_45", remembering that such JDK needs is installed, in my case I renamed to xjdk1.7.0_45.
4
I found that iReport 3.6 does not work with Java 1.8, uninstalled and started working immediately again.
Now I’m wearing the 1.7
I used the 2 posts below as a reference, they talk about iReport 5.5.
2
Follow the example of the file "ireport.conf" for version 5.1.0.
# ${HOME} will be replaced by user home directory according to platform
default_userdir="${HOME}/.${APPNAME}/5.1.0"
default_mac_userdir="${HOME}/Library/Application Support/${APPNAME}/5.1.0"
# options used by the launcher by default, can be overridden by explicit
# command line switches
default_options="--branding ireport -J-Xms256m -J-Xmx512m -J-Dorg.netbeans.ProxyClassLoader.level=1000 -J-XX:MaxPermSize=512m"
# for development purposes you may wish to append: -J-Dnetbeans.logger.console=true -J-ea
# default location of JDK/JRE, can be overridden by using --jdkhome <dir> switch
jdkhome="C:\Program Files\Java\jre7"
# clusters' paths separated by path.separator (semicolon on Windows, colon on Unices)
#extra_clusters=
Where "jdkhome" you indicate the path of your JDK.
Browser other questions tagged java ireport jasper-reports
You are not signed in. Login or sign up in order to post.
If you have solved the problem mark as the correct answer, as it may help other people.
– Jothaz
The correct answer given by the questioner himself takes a little @Jota, if I’m not mistaken it’s around 24 hours.
– Gustavo Cinque
Are you sure about this @maihe? I use iReport 3.0 with jdk 8, and it gives me no problems.
– Gustavo Cinque
Yes @Gustavocinque, I based on posts in Jaspersoft Community, I will add them to the response. And I can only mark it as correct after two days too.
– maihe
Strange that look then... I’ll take a look at my, however shape.
– Gustavo Cinque