Jump to content
We've recently updated our Privacy Statement, available here ×

ireport + java 8 project


atoui.hichem

Recommended Posts

  • Replies 4
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

  • 5 months later...

I found this on Stack Overflow. It helped me, I hope it helps all of you!

There's another way if you don't want to have older Java versions installed you can do the following:

1) Download the iReport-5.6.0.zip from http://community.jaspersoft.com/project/ireport-designer/releases

2) Download jre-7u67-windows-x64.tar.gz (the one packed in a tar) fromhttp://www.oracle.com/technetwork/java/javase/downloads/jre7-downloads-1880261.html

3) Extract the iReport and in the extracted folder that contains the bin and etc folders throw in the jre. For example if you unpack twice the jre-7u67-windows-x64.tar.gz you end up with a folder named jre1.7.0_67. Put that folder in the iReport-5.6.0 directory:

n7kax_0.png.b45acbd5494fa777fb3b9787fae1612c.png

and then go into the etc folder and edit the file ireport.conf and add the following line into it:

jdkhome=".jre1.7.0_67"

oesdm_1.png.ec3c1091629f593efa3602ef90e8a165.png

now if you run the ireport_w.exe from the bin folder in the iReport directory it should load just fine.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...