gluonhq / substrate

Create native Java(FX) apps for desktop, mobile and embedded
GNU General Public License v2.0
387 stars 52 forks source link

JavaFX 17 static libraries #1264

Open alaa-az opened 1 month ago

alaa-az commented 1 month ago

JavaFX 17 is not being maintained in terms of static libs, The latest JavaFX 17 version is 17.0.12 but the most recent available static libs are 17.0.8.

johanvos commented 1 month ago

Unfortunately, that is correct. The process for the "officially supported" LTS'es is pretty formal, and it is not trivial to have the mobile builds following this process. Moreover, it is not easy to have a build of the native classlibs of JavaFX that is exactly in sync with a specific GraalVM version and a specific OpenJDK version. We're working on some major changes, that will ultimately allow to have the same releases for all platform.