Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

javafxStaticSdkVersion misaligned versions & not documented #1242

Open
credmond opened this issue Feb 3, 2024 · 2 comments
Open

javafxStaticSdkVersion misaligned versions & not documented #1242

credmond opened this issue Feb 3, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@credmond
Copy link

credmond commented Feb 3, 2024

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.

@credmond credmond added the bug Something isn't working label Feb 3, 2024
@davidgiga1993
Copy link

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

@samypr100
Copy link

samypr100 commented Mar 30, 2024

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 😅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants