SoyDesarrollador
Member
Under MS Windows, I have created a very basic application and I try to run it like this from the command line: C:\JAVA\Jdk-11.0.1.1.1.1.java.exe -jar JDEMO.jar
and I get the following error: "Error JavaFX runtime components are missing, and are required to run this application".
How do I fix it? I don't want to create the executable (.exe) that is done with the "Build Standalone Package" option, I want to run the .jar directly to be able to use it also in linux.
What am I doing wrong and what is the solution?
Thank you very much
and I get the following error: "Error JavaFX runtime components are missing, and are required to run this application".
How do I fix it? I don't want to create the executable (.exe) that is done with the "Build Standalone Package" option, I want to run the .jar directly to be able to use it also in linux.
What am I doing wrong and what is the solution?
Thank you very much
Last edited: