setting up javafx in eclipse vm argument

Solutions on MaxInterview for setting up javafx in eclipse vm argument by the best coders in the world

showing results for - "setting up javafx in eclipse vm argument"
Nele
28 Aug 2016
1After you set your user library with the required JavaFX classes, click the
2dropdown menu next to the run button
3Click "Run Configurations" and go to the "Arguments" tab
4
5In the "VM arguments" box copypaste the following:
6--module-path="Add\path\to\JavaFX\lib" --add-modules=javafx.controls,javafx.fxml