Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 485 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 485 Bytes

AtlantaFX Starter

A really quick skeleton project to get started with AtlantaFX and Maven. Just clone or download the repo and use it.

How to use

To clone the repo:

git clone https://github.com/mkpaz/atlantafx-starter

To run the app:

# omit java.home property if OS Java version is the same as project Java version
mvn javafx:run -Djava.home=<path-to-jdk>

To run the app in debug mode:

mvn javafx:run@debug -Djava.home=<path-to-jdk>