Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 495 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 495 Bytes

Non-modular samples for Eclipse

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.

Gradle

Clone the sample, add a gradle.properties file with this property:

org.gradle.java.home=/path/to/JDK

Open it with Eclipse and refresh the Gradle project.

Run with Run configurations -> Gradle Project -> hellofx