The simplest is to just use the OpenJDK packages that Erel has prepared and that can be found on the products page with the installation instructions. e.g. for B4A this is the page: https://www.b4x.com/b4a.html
I think it would work for B4A and B4i but B4J requires javafx folder in a specific structure. Liberica JDK doesn't follow this structure so you still need to copy the javafx + jmods folders into it.
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
JavaFX 17.0.2 (extract the SDK to jdk-17.0.2 directory extracted above as javafx folder, jmods into this javafx directory as javafx-jmods)
Download: https://gluonhq.com/products/javafx/
I think it would work for B4A and B4i but B4J requires javafx folder in a specific structure. Liberica JDK doesn't follow this structure so you still need to copy the javafx + jmods folders into it.