JavaFX 17 static libraries
alaa-az opened this issue · 1 comments
alaa-az commented
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
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.