I have always used standard java environment, using Launch4j to create executable objects. I have seen that in the last year B4j ide has a built-in procedure to create directly exe files and so I have decided to follow this new way. So I have substituted the standard java environment with OpenJdk 11 (mandatory to use the built-in procedure).
Now, when I try to execute the .jar (like I was used) the system replies with this question:
but at the same time executing in release mode the application it starts as usual. So, which is the correct path to launch the .jar?
I have tried to point to jdk-11.0.1\bin\javaw.exe or java.exe and also to the old jdk1.8.0_251\bin\java.exe, but it doesn't execute my .jar
thanks
Roberto
Now, when I try to execute the .jar (like I was used) the system replies with this question:
but at the same time executing in release mode the application it starts as usual. So, which is the correct path to launch the .jar?
I have tried to point to jdk-11.0.1\bin\javaw.exe or java.exe and also to the old jdk1.8.0_251\bin\java.exe, but it doesn't execute my .jar
thanks
Roberto