📜  在 Eclipse 中设置 javafx - Java 代码示例

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

代码示例1
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".