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

Version 17.1.31 links against org.openjfx » 20.0.2 #144

Open
DivineThreepwood opened this issue Nov 20, 2023 · 1 comment
Open

Version 17.1.31 links against org.openjfx » 20.0.2 #144

DivineThreepwood opened this issue Nov 20, 2023 · 1 comment

Comments

@DivineThreepwood
Copy link
Contributor

I guess this is a release issue of version 17 however, your version links against openjfx 20.
I just updated a legacy tool that requires java 17. After switching to the latest tilefx dep it took me some time to discover why my app now enforces to use java 20.

last correct version: https://mvnrepository.com/artifact/eu.hansolo/tilesfx/17.1.21
first corrupted version: https://mvnrepository.com/artifact/eu.hansolo/tilesfx/17.1.23

So this was done by mistake, right?

@HanSolo
Copy link
Owner

HanSolo commented Nov 21, 2023

No this is on purpose. With JavaFX you don’t need to use the 17 SDK for Java 17 but you can even use the latest available JavaFX SDK which comes with the benefit of better performance and less issues. The next version will use JavaFX 21.0.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants