Skip to content

beryx-gist/badass-runtime-example

Repository files navigation

PRs Welcome License Build Status

Badass Runtime Plugin Example

A small application that shows how to use the Badass Runtime Plugin.

Usage

Running with gradle:

./gradlew run

The following text should appear on your screen:

LOG: Hello, non-modular java!

Creating and executing a custom runtime image:

./gradlew runtime
cd build/image/bin
./hello

The following text should appear on your screen:

LOG: Hello, non-modular java!

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).

About

Usage example of the Badass Runtime Plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages