GraalVM Communty vs GraalVM by Gluon?
@johanvos @jperedadnr Hi!
As now Gluon plugins can't be used to make graalvm native-image .exe in Windows,
So I am decided to use directly GraalVM instead of Gluon plugins!
I am done most of the things.
So now, What are the main difference b/w GraalVM Community e.g. https://github.com/graalvm/graalvm-ce-builds/releases
and GraalVM Community by Gluon https://github.com/gluonhq/graal/releases
Actually I want to make graalvm native-images using Javafx, can i use Graalvm commuity edition (not gluon one) to make windows native apps easily?
Any idea, tips and tricks or help!
There is a latest graalvm community dev, which i am instrested to use it!
https://github.com/graalvm/graalvm-ce-dev-builds/releases/download/24.2.0-dev-20241001_2238/graalvm-community-java24-windows-amd64-dev.zip
- Install visual studio.
- set GRAALVM_HOME and JAVA_HOME to graal dir
- run gluon maven or gradle plugin from Visual studio command prompt.