I understand that the recommended version for B4J (current version 9.80) is OpenJDK 11. Should I combine javafx17 with openjdk17? Or can I leave open jdk11? Better to use jdk11 or 14. https://www.b4x.com/android/forum/threads/update-openjdk.140167/ Note that you can use any version of...
www.b4x.com
the JavaFX SDK is located in jdk-25.0.3 folder named as javafx and inside this folder is unziped the javafx-jmods-25.0.3 as javafx-jmods.
I tried to compile a project but what I get is the following:
Compiling generated Java code. Error
src\b4j\example\main.java:7: error: package javafx.application does not exist
public class main extends javafx.application.Application{