ireports 5.6.0 not opening
Posted on July 2, 2014 at 11:10pm
When I click on the ireports icon it displays the splash screen says loading cached objects nd then just disappears. I have tried using it with jdk 1.6,1.7 and 1.8. Would be glad if someone tells me what is wrong......
Joined: Jul 2 2014 - 3:54am
Last seen: 8 years 6 months ago
Posted on February 5, 2015 at 7:49am
take your jdk home path by :
1.right clik on Computer
2.properties
3.advanced system settings
4.environment variables
5.copy JAVA_HOME variable and put it in the correct place as explained in this video:
https://www.youtube.com/watch?v=U0Pm71_dL_8
Joined: Aug 26 2013 - 11:16am
Last seen: 8 years 4 days ago
Posted on December 22, 2015 at 2:56am
1. open file - ireport.conf
2. Edit property jdkhome like jdkhome="c:\java\jdk1.7.0_76"
That's works for me
Joined: May 22 2014 - 5:59am
Last seen: 8 months 1 week ago
Posted on February 1, 2016 at 1:56am
yehuda's answer is working. Thanks for the same
Joined: Jan 31 2016 - 11:31pm
Last seen: 3 months 1 week ago
Posted on October 30, 2017 at 2:15am
In Linux , go to ireport.conf and change path for jdkhome (path where you installed JDK). It will work
Joined: Oct 29 2017 - 8:49pm
Last seen: 5 years 3 months ago
Posted on December 13, 2017 at 11:16pm
In my case it did not work with jdk 8. I configure jdk 7 home path for jdkhome in ireport.conf.
Joined: Nov 21 2017 - 4:52am
Last seen: 4 years 8 months ago
Posted on January 25, 2018 at 5:08am
Make sure your JAVA_HOME is pointing to Java 7.
I had the same problem, because mine was pointing to Java 8.
I changed that and it is opening now.
I home it helps!
Joined: Aug 12 2014 - 12:55pm
Last seen: 5 years 2 weeks ago
Posted on March 11, 2018 at 9:19am
True ireport is working in jdk 7. I had the same problem so i pointed jdkhome to jdk7 folder in programfile
Joined: Mar 7 2018 - 7:55am
Last seen: 4 years 11 months ago
Posted on August 21, 2018 at 3:00pm
If you use Ubuntu:
* Install JDK 7: sudo apt-get install openjdk-7-jdk
* Config path jdk in file ireport.config (in forder: "package that you downloaded"/etc/):
# default location of JDK/JRE, can be overridden by using --jdkhome <dir> switch
jdkhome="/usr/lib/jvm/java-7-openjdk-amd64"
!Note: NOT --jdkhome="/usr/lib/jvm/java-7-openjdk-amd64"
* Update:
Open iReport on Ubuntu 18.04
Step1: Download JD7: https://www.oracle.com/technetwork/java/javase/downloads/java-archive-do...
Step2: Edit file ireport.conf:
# default location of JDK/JRE, can be overridden by using --jdkhome <dir> switch
jdkhome="/home/user/Documents/tool/jdk-7u80-linux-x64/jdk1.7.0_80"
(Point to the JDK folder just downloaded in step 1)
Joined: Aug 21 2018 - 2:45pm
Last seen: 1 year 10 months ago
Posted on August 22, 2018 at 1:50am
Joined: Aug 22 2018 - 1:48am
Last seen: 2 months 3 weeks ago
Posted on June 27, 2021 at 1:54am
i downloded jre 1.7 zip unziped and pasted it under iReport 5.6.0 folder and then started the app in bin folder, this worked. 5.60 is not supported with 1.8 version or higher
Joined: Jun 26 2021 - 11:19pm
Last seen: 1 year 7 months ago
Hi there - Double check your Java installation. Also, the iReport Ultimate Guide has a section, labeled, Getting Started, that presents information that will help you. -- Hugo
The problem arose because I had not unistalled jdk 1.8 version! Thanks a lot Hugo :)
I have same problem...Varshab94 what do you mean by uninstalling JDK1.8 version
I had the same issue. I tried to change the path in the ireport.conf file but it didnt help. So i uninstalled jdk 1.8 and downloaded jdk 1.7. works fine for me now