poolborges / gluonfx-maven-plugin

Plugin that simplifies creating native images for Java/JavaFX maven projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GluonFX plugin for Maven

Maven Central Github Actions BSD-3 license

GluonFX plugin for maven leverages GraalVM, OpenJDK and JavaFX 11+, by compiling into native code the Java Client application and all its required dependencies, so it can directly be executed as a native application on the target platform.

Requirements

Check the requirements for the target platform before you get started.

Getting started

Follow this guide on how to apply the plugin and use the different goals.

Documentation and samples

Check the documentation for more details about the plugin and running the samples.

Issues and Contributions

Issues can be reported to the Issue tracker

Contributions can be submitted via Pull requests, providing you have signed the Gluon Individual Contributor License Agreement (CLA).

About

Plugin that simplifies creating native images for Java/JavaFX maven projects

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Java 96.5%Language:Shell 3.5%