We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get install oracle-java8-installer
Install JavaFX (not part of JDK 8, different license) sudo apt-get install openjfx
sudo apt-get install openjfx
Download and Install Scene Builder
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
/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