/swt-jlink-demo

Demo of a self-contained SWT app, built using jlink and ModiTect

Primary LanguageKotlinThe UnlicenseUnlicense

swt-jlink-demo

Demo of a self-contained SWT app, built using jlink and ModiTect.

Building

You'll need JDK 11 or higher installed. Use the following command to build:

./gradlew imageZip

The generated demo.zip should be found inside your build folder. It weighs around 30mb and comes with a minimized Java runtime, making it completely standalone. Extract this zip, and execute the demo inside its bin folder to see it running.