Problems with iReport Designer - No protocol specified

1

Hello! Good afternoon!

My problem is basically the following:

I downloaded the iReport Designer, but I can not run it. When I give a sudo ./ireport, the console returns the following message:

OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize = 512m; support was removed in 8.0
No protocol specified

    
asked by anonymous 15.02.2018 / 17:56

1 answer

0

The problem is that it does not have support for Java8.

If you have more than one JDK installation do the following:

  • As root run the command: update-alternatives --config java
  • Copy the path of the JDK installation you have, in my case the path is / usr / lib / jvm / java-7-oracle
  • Open the ireport / etc / ireport.conf file and paste the copied path into the jdkhome
  • exit root mode and run ireport normally.

If you do not have more than one installation, you will need to install another JDK to work. It does not run with Java8. I hope I have helped.

    
11.09.2018 / 16:18