I am new to the realm of Gluon, but I know how to create a JavaFX application based on JDK-8 witch JavaFX libraries are embedded within it.
It seems that Gluon applications can be easily executed on JVM although to create native-images you will need the latest version of GraalVM. On the other hand, recently I have read docs of Gluon VM which is published in 2018 and it says:
Gluon VM is a set of software components, that combined allow developers to write Java Applications and run them on mobile or embedded devices. Gluon VM contains an AOT (Ahead Of Time) compiler that compiles the Java Bytecode into platform-specific native code.
I think both GraalVM and Gluon VM have the same goals, so I got confused, and I want to know what should I use? Gluon VM or GraalVM? What are their differences?
My IntelliJ IDEA has got the Gluon VM option I guess is deprecated
