A small JavaFX 11 non-modular application that shows how to use the Badass Runtime Plugin.
It allows you to create a custom runtime image of your application and a platform-specific installer for it.
Running with gradle:
./gradlew run
The following window should appear on the screen:
Creating and executing a custom runtime image:
./gradlew runtime
cd build/image/bin
./hellofx
Creating a platform-specific installer:
./gradlew jpackage
The above command will generate the platform-specific installers in the build/jpackage
directory.
💡 You can check the artifacts produced by the GitHub actions used to build this project and download an application package for your platform (such as from here).