Search code examples
javaubuntuexeireport

iReport is searching for java.exe file in Ubuntu


I have a iReport-5.6.0 file downloaded and after configuring the ireport.conf file as:

jdkhome="\usr\lib\jvm\java-7-openjdk-amd64"

When I try to run the iReport, it's showing as java.exe file not found in the above location. I am trying to run it in Ubuntu.


Solution

  • Following below steps worked for me.

    1. There is a ireport file inside bin folder of the iReport package.
    2. Give it read-write permissions for all user groups.
    3. Open your terminal and go to the bin folder.
    4. Then type "./ireport".