Have you tried this solution?
Good evening everyone, I tried to install Liberica 11 from their site (I also tried with 16) in Raspberry Pi 4b. I have read that the full JDK includes the JavaFX too to run UI applications in Raspberry Pi. I failed big time. I followed the installation instructions as described here...
Yes, I tryed most everything... I'm sure the problem is in B4JPackager11 (as
@Erel described - This will work only with OpenJdk11 (while system expects folders like JFX)...
Better to start with the integrated packager: https://www.b4x.com/android/forum/threads/integrated-b4jpackager11-the-simple-way-to-distribute-standalone-ui-apps.117880/ B4JPackager11 is a B4J non-ui program that builds a package with your app jar and an embedded modularized Java runtime. It...
Error:
Folder not found: /usr/lib/jvm/bellsoft-java11-full-arm32-vfp-hflt/bin/../javafx/javafx-jmods
I try to change the javafx folder to existing javafx mods folder and this works, but - I'm getting next error:
Error: Module dio contains package jdk.dio.generic, module jdk.dio exports package jdk.dio.generic to dio
maybe will somebody find out what can be done; I give up...