I have created from a jar-file a exe-file.
When I run the exe file to another PC then comes this error message.
On the other PC Java (jre1.8.0_101) is installed.
Can anyone tell me what's wrong with my configuration?
Now I have the Java version jre1.8.0_60 installed and working.
Question! why this version is absolutely necessary if the configuration "Min JRE version: 1.8.0_60" is?
Note that there aren't really good reasons to use Launch4j. If you want to create a simple and standard installer for your app then you should use B4J packager. It will embed the JRE in the installer instead of relying on the system java.
Note that there aren't really good reasons to use Launch4j. If you want to create a simple and standard installer for your app then you should use B4J packager. It will embed the JRE in the installer instead of relying on the system java.
I have already tried the "B4J packager", unfortunately it does not work.
This is my Konfiguation.
It comes not an error message and it does not create a setup file.