fvarrui / JavaPackager

:package: Gradle/Maven plugin to package Java applications as native Windows, MacOS, or Linux executables and create installers for them.
GNU General Public License v3.0
1.07k stars 133 forks source link

Generate native executables/binaries/image with GraalVM #266

Open Osiris-Team opened 2 years ago

Osiris-Team commented 2 years ago

https://www.graalvm.org/22.1/reference-manual/native-image/ https://www.youtube.com/watch?v=UWxiO78Pev8

The latest graalvm release could be installed from here: https://github.com/graalvm/graalvm-ce-builds/releases

Working on this: https://github.com/fvarrui/JavaPackager/tree/pr-248