JavaFX samples to run from Eclipse with different options and build tools
Download JDK 17 or later for your operating system.
Make sure JAVA_HOME
is properly set to the JDK installation directory.
For the first time only:
-
Make sure you have the Buildship Gradle Integration plugin installed in Eclipse.
-
Add
org.gradle.java.home
to agradle.properties
file, with the path to JDK. This file can be part of the project or under the gradle user homeUSER_HOME/.gradle
.
Clone the sample, open it with Eclipse and refresh the Gradle project.
Run from Gradle Tasks -> application -> run
.
Run from Gradle Tasks -> other -> jlink
to create a custom runtime.
On Linux or Mac run:
build/image/bin/hellofx
On Windows, run:
build\image\bin\hellofx