As shared in multiple places in this forum Java 11 OpenJDK does not allow to run jar files directly. (here)
Here is an easy workaround...
1. Run cmd with administrator privilege.
2. Type the following two commands:
ftype JARFile="c:\java\bin\javaw.exe" -jar --module-path c:\java\javafx\lib...
Hi everyone, i'm receiving this error when trying to run a jar file from command line using openjdk 11 downloaded from https://www.b4x.com/b4a.html
./java --module-path D:\jdk-11.0.1\javafx\lib --add-modules=javafx.controls -jar myApp.jar.
b4xpagesmanager._createpageifneeded (java line...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.