mvn clean javafx:run
mvn clean install
# chmod +x run-executable-jar.sh
./run-executable-jar.sh
mvn clean compile javafx:jlink jpackage:jpackage
- Run app in debug mode
mvn clean javafx:run@debug
- In intellij idea run Remote debug
- YouTube: Building and Deploying Java Client Desktop Applications with JDK 17 and Beyond
- src code: jmail javafx app
mvn archetype:generate \
-DarchetypeGroupId=org.openjfx \
-DarchetypeArtifactId=javafx-archetype-simple \
-DarchetypeVersion=0.0.6 \
-DgroupId=org.example \
-DartifactId=sample \
-Dversion=1.0.0 \
-Djavafx-version=21