Skip to content

romanchekashov/jmail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors