I've build executable jar using NetBeans IDE 11.0 but when I open jar using :
hemlata@hemlata-pc:~/NetBeansProjects/Sizing/dist$ java -jar Sizing.jar
I'm getting
Error: JavaFX runtime components are missing, and are required to run this application
I'm using OpenJDK 11 and OpenJFX 11 on Debian 10
I've added modules in vm option
--module-path /usr/lib/jvm/openjfx11/lib/ --add-modules javafx.controls,javafx.fxml
But this is not problem.
So how to configure JavaFX runtime components that are missing?