openjdk 11

  1. epiCode

    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...
  2. XbNnX_507

    B4J Question B4J OpenJDK 11 Exception

    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...
Top