IReport 5.5.0 not starting

I want to use iReport on ubuntu 12.04. When I try to run it, it stands still and just gives me this error:

Java HotSpot(TM) 64-Bit Server VM warning: You have loaded library /tmp/jna4023560596826437553.tmp which might have disabled stack guard. The VM will try to fix the stack guard now.
It highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'.

How can I solve this problem?

Edit: I tried: execstack -c /tmp/jna4023560596826437553.tmpbut this did not help.

+4
source share
1 answer

JVM, jasper. , Java 7 Linux , , C ( , Ruby ..) Java ( Java Native Interface - JNI) , . , java 1.7, 1.6 . , java: Uninstall, Install

, 1.7, . , iReport, linux.

+7

Source: https://habr.com/ru/post/1530983/


All Articles