My app works perfectly in B4J (Windows), in both debug and release mode.
However, I can't seem to run the JAR file outside of B4J.
I'm trying this:
C:\java\jdk-14.0.1\jdk-14.0.1\bin\javac.exe -jar C:\myapp\B4J\Objects\myapp.jar
JDK 14.0.1 is also the JDK I'm using in B4J.
I get this error:
Error: JavaFX runtime components are missing, and are required to run this application
How is it possible the file runs perfectly inside B4J, but not using the command line?