Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 568 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 568 Bytes

HelloFX Sample

JavaFX 11 HelloFX sample to run with different options and build tools.

Download an appropriate JDK 11 for your operating system. Make sure JAVA_HOME is properly set to the Java 11 installation directory.

Maven

Linux / Mac

If you run on Linux or Mac, follow these steps:

cd HelloFX/Maven/hellofx

To compile and run the project:

mvn compile exec:java

Windows

If you run on Windows, follow these steps:

cd HelloFX\Maven\hellofx

To run the project:

mvn compile exec:java