running jar files

  1. B4J Tutorial Running Jar with double click (in Java OpenJDK 11+ )

    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...
Cookies are required to use this site. You must accept them to continue using the site. Learn more…