B4J ver 9.10
Strumenti / Configura Percorsi = C:\Program Files\Java\jdk-11.0.1\bin\javac.exe
Java11+FxRuntime downloaded from B4x.com web site
When i try to start a jar with
c:\program\java\jdk-11-0.1\bin\java.exe -jar c:\test\test.jar
this error appear: "Error: JavaFx runtime components are missing, and ae required to run this application"
Also using integrated Packager11 the .exe not start correctly
What is the reason of above error, and how to correct?
Strumenti / Configura Percorsi = C:\Program Files\Java\jdk-11.0.1\bin\javac.exe
Java11+FxRuntime downloaded from B4x.com web site
B4X:
C:\Windows\System32>java -version
java version "1.8.0_261"
Java(TM) SE Runtime Environment (build 1.8.0_261-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.261-b12, mixed mode)
When i try to start a jar with
c:\program\java\jdk-11-0.1\bin\java.exe -jar c:\test\test.jar
this error appear: "Error: JavaFx runtime components are missing, and ae required to run this application"
Also using integrated Packager11 the .exe not start correctly
What is the reason of above error, and how to correct?