📜  在 eclipse vm 参数中设置 javafx - Java 代码示例

📅  最后修改于: 2022-03-11 14:52:25.048000             🧑  作者: Mango

代码示例1
After you set your user library with the required JavaFX classes, click the
dropdown menu next to the run button
Click "Run Configurations" and go to the "Arguments" tab

In the "VM arguments" box copypaste the following:
--module-path="Add\path\to\JavaFX\lib" --add-modules=javafx.controls,javafx.fxml