A new PC with Windows 10 pro 64 bit. I have downloaded the jdk-11.0.1.zip file and extracted it to c:\java\jdk-11.0.1\
B4J is also the newest version. I can run my app in debug mode and create the jar-file but cannot run the jar from a batch file.
The batch file:
c:\java\jdk-11.0.1\bin\java.exe -jar gCodeSplit.jar
Both batch file and gCodeSplit.jar are in a temp directory.
The error message is:
Error: JavaFX runtime components are missing, and are required to run the application.
I have downloaded javaFX from Gluon (zip file).
How to proceed? Many thanks.