我已经executable jar
使用NetBeans IDE 11.0
但是当我打开时 jar
使用:
hemlata@hemlata-pc:~/NetBeansProjects/Sizing/dist$ java -jar Sizing.jar
我越来越
Error: JavaFX runtime components are missing, and are required to run this application
我正在使用OpenJDK 11
并OpenJFX 11
开启Debian 10
我已经加modules
进去了 vm option
--module-path /usr/lib/jvm/openjfx11/lib/ --add-modules javafx.controls,javafx.fxml
但这不是问题。
那么如何配置JavaFX runtime components
缺少的呢?