setting up javafx in eclipse

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

showing results for - "setting up javafx in eclipse"
Mika
05 Sep 2019
1After creating a new Java Project:
2Open the Java Build Path property (right click the Project, select Build Path > Configure Build Path...)
3Open the Libraries tab, select the JRE System Library and "Remove" it. The system library may be named something like "JRE System Library[JavaSE-1.8]".
4Click "Add Library...", in the next popup, select "Java System Library" (should be the first choice), and on the next screen "Workspace default JRE (jre[VERSION#])" (should be the last radio button), and "Finish".