/modular-jfx-template

A starting template for creating stand-alone JavaFX 9 apps

Primary LanguageJavaDo What The F*ck You Want To Public LicenseWTFPL

modular-jfx-template

A starting template for creating stand-alone JavaFX 9 apps, using modularity of Java 9

Distributing stand-alone packages

  • Make sure you have JDK 1.9 (or higher) installed.
  • In the root folder of project, use the following command:
    In Linux or Mac
    ./gradlew dist
    
    In Windows
    gradlew dist
    
  • The generated files can be found inside: build/dist/
  • Archive those files and ship them anywhere

License

WTFPL License: You're free to do absolutely anything

Thank you!