iReport 3.6 does not open

Asked

Viewed 1,547 times

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.

3 answers

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


  • If you have solved the problem mark as the correct answer, as it may help other people.

  • The correct answer given by the questioner himself takes a little @Jota, if I’m not mistaken it’s around 24 hours.

  • Are you sure about this @maihe? I use iReport 3.0 with jdk 8, and it gives me no problems.

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

  • Strange that look then... I’ll take a look at my, however shape.

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

You are not signed in. Login or sign up in order to post.