gluonhq / substrate

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

javafxStaticSdkVersion misaligned versions & not documented #1242

Open credmond opened 5 months ago

credmond commented 5 months ago

javafxStaticSdkVersion has a default of 21-ea+11.1. Why is it stuck there?

What other possible versions are there and why aren't they documented anywhere, and why doesn't the available static libraries actually line up with actual public JFX versions (to keep things less confusing)?

E.g., 21-ea+11.1 isn't listed here:

https://mvnrepository.com/artifact/org.openjfx/javafx

... and none of the versions I've tried that are listed there, such as 21.0.2, are available as "static" libs:

https://download2.gluonhq.com/substrate/javafxstaticsdk/openjfx-21.0.2-linux-x86_64-static.zip ... does not exist.

davidgiga1993 commented 4 months ago

It would also be great if there would be compile instructions so we can just compile the libraries ourself

samypr100 commented 3 months ago

Note, there should be a build for 21.0.1, but likely not 21.0.2

e.g. https://download2.gluonhq.com/substrate/javafxstaticsdk/openjfx-21.0.1-linux-x86_64-static.zip

I mostly find these by trial an error 😅