With JAVA 11 from the B4X website, I was getting problems with SSL Verify. The httpjob was not being executed. After switching to 18 everything worked.
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.
@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
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).
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.