I’m trying to install a program.
It should be downloaded and installed with java.
I am using a proper Java version, there is no problem of old Java versions.
After the download of the program the java refuses to install, showing a message saying that there is no security.
When this happens on Windows machines, just open the Java configuration console and register the site from where the file is being downloaded.
I was informed that the solution for Linux is to do the same thing, and to open such a configuration console should open a terminal, access the folder with the Java installation and type
./ControlPanel
But nothing happens.
Maybe I have not found the correct Java directory … I found the directory below …
/usr/lib64/jvm-exports/java-1.8.0-openjdk-1.8.0
Please tell me if this is the right directory.
How do I solve the problem?
Please do not apply Windows methods on linux, not even with java apps.
Can you show us actual output of your attempts to get the program running ? Copy and paste the output here, between CODE tags, the # in the layout ribbon.
When running the Java application, I used the “-nocurity” option but it also did not work.
This application downloads and installs a Brazilian government program to issue invoices for commercial use.
Apparently the program works well until the moment it tries to install the Government program … and then the error occurs … and the window below appears …http://eusoft.com.br/javaError.png
And this is what is returned after the error:
positivo:/home/sergio/Downloads/emissoNfe/sebrae # javaws emissorNFehomologacao.jnlp
Unable to use Firefox's proxy settings. Using "DIRECT" as proxy type.
netx: Initialization Error: Could not initialize application. (Fatal: Application Error: Cannot grant permissions to unsigned jars. Application requested security permissions, but jars are not signed.)
net.sourceforge.jnlp.LaunchException: Fatal: Initialization Error: Could not initialize application. The application has not been initialized, for more information execute javaws from the command line.
at net.sourceforge.jnlp.Launcher.createApplication(Launcher.java:813)
at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:532)
at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:936)
Caused by: net.sourceforge.jnlp.LaunchException: Fatal: Application Error: Cannot grant permissions to unsigned jars. Application requested security permissions, but jars are not signed.
at net.sourceforge.jnlp.runtime.JNLPClassLoader$SecurityDelegateImpl.getClassLoaderSecurity(JNLPClassLoader.java:2393)
at net.sourceforge.jnlp.runtime.JNLPClassLoader.setSecurity(JNLPClassLoader.java:321)
at net.sourceforge.jnlp.runtime.JNLPClassLoader.initializeResources(JNLPClassLoader.java:734)
at net.sourceforge.jnlp.runtime.JNLPClassLoader.<init>(JNLPClassLoader.java:285)
at net.sourceforge.jnlp.runtime.JNLPClassLoader.createInstance(JNLPClassLoader.java:357)
at net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:429)
at net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:403)
at net.sourceforge.jnlp.Launcher.createApplication(Launcher.java:805)
... 2 more
I used a simpler browser, the Konqueror that comes with the distro OpenSuse
This time the installation went a little further, gave the same error, but clarified a little more by presenting the window below:http://www.eusoft.com.br/javaErr.png
When I click on “More Information” I’m directed to an Oracle page that shows the problem for the Windows and Mac platforms