substrate icon indicating copy to clipboard operation
substrate copied to clipboard

GraalVM Communty vs GraalVM by Gluon?

Open ctoabidmaqbool opened this issue 1 year ago • 1 comments

@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

ctoabidmaqbool avatar Oct 05 '24 07:10 ctoabidmaqbool

  1. Install visual studio.
  2. set GRAALVM_HOME and JAVA_HOME to graal dir
  3. run gluon maven or gradle plugin from Visual studio command prompt.

Hugolarson avatar Oct 05 '24 12:10 Hugolarson