我已经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缺少的呢?