Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 874 Bytes

README.md

File metadata and controls

33 lines (18 loc) · 874 Bytes

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

For the first time only:

  • Make sure you have the Buildship Gradle Integration plugin installed in Eclipse.

  • Add org.gradle.java.home to a gradle.properties file, with the path to JDK. This file can be part of the project or under the gradle user home USER_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.

Linux / Mac

On Linux or Mac run:

build/image/bin/hellofx

Windows

On Windows, run:

build\image\bin\hellofx