Skip to content

JMail - JavaFX desktop app example build with Maven

Notifications You must be signed in to change notification settings

romanchekashov/jmail

Repository files navigation

JMail - JavaFX desktop app example build with Maven

Build & Run

Run app

mvn clean javafx:run

Create executable jar and run it with script

mvn clean install
# chmod +x run-executable-jar.sh
./run-executable-jar.sh

Create executables: Win / Linux / Mac

mvn clean compile javafx:jlink jpackage:jpackage

Debug

  1. Run app in debug mode
mvn clean javafx:run@debug
  1. In intellij idea run Remote debug

Resources

Initial resources

Create JavaFX sample 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

About

JMail - JavaFX desktop app example build with Maven

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published