-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Emanuele Ziglioli edited this page Mar 30, 2015
·
3 revisions
How to setup a JavaFX project in Eclipse
-
Install JDK 8
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get install oracle-java8-installer
sudo apt-get install oracle-java8-installer
-
Install JavaFX (not part of JDK 8, different license)
sudo apt-get install openjfx
-
Run Eclipse using JDK 8
-
Set JDK 8 as default JRE in Eclipse
-
Install E(fx)clipse from the marketplace
-
Set the path to the SceneBuilder executable under Eclipse's JavaFX properties:
/opt/JavaFXSceneBuilder2.0/JavaFXSceneBuilder2.0
-
Create a new JavaFX project
-
Create a new FXML Document
-
Right click on the FXML Document and select Open with Scenebuilder