Wish Update OpenJDK

TelKel81

Active Member
Licensed User
Note that you can use any version of OpenJDK you like. You just need to download the three pieces and put them in the right place:
- OpenJDK
- JavaFX SDK + jmods: https://gluonhq.com/products/javafx/

JavaFX SDK should be in javafx folder.
JavaFX jmods should be in javafx\javafx-jmods folder
I get an error message (see attachment) when running SDK Manager / AVD Manager after following previous instructions. Platform is OpenSDK 19, JavaFX 19, jMods 19, 64 bit. However I can successfuly compile and run application.
 

Attachments

  • Error MSG.txt
    4.6 KB · Views: 160
Last edited:

Daestrum

Expert
Licensed User
Longtime User
1677488528315.png
 

Daestrum

Expert
Licensed User
Longtime User
@peacemaker
I don't think it is the bundle listed in post #29, I built my java 19 (openjdk + javafx) and it won't display log properly. ( I would never have known as I only log in English).
 

peacemaker

Expert
Licensed User
Longtime User
@peacemaker
I don't think it is the bundle listed in post #29, I built my java 19 (openjdk + javafx) and it won't display log properly. ( I would never have known as I only log in English).
Thank you for test. It proves again my test of JDK19, it's ... not so good for non-ASCII users. JDK14 is OK, but i did not test JDK17
 

Sagenut

Expert
Licensed User
Longtime User
Just my 2 Cents:
I would stick just to LTS (Long Term Support) Versions.
Actual one should be 17 and the next probably 21 (if nothing change).
And as we seen with this Java 19 problem it would be better to know from Erel when a new version is fully supported.
 
Top