Answers for "setting up javafx in eclipse"

2

setting up javafx in eclipse

After creating a new Java Project:
Open the Java Build Path property (right click the Project, select Build Path > Configure Build Path...)
Open 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]".
Click "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".
Posted by: Guest on April-03-2020

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language