I've been playing with this because of answering a question in another thread. It's a very simple B4J WebView application. B4J is using OpenJDK 11 from the B4A product page link. The program runs fine in the IDE and when I invoke the jar from my own launcher which references the installed Open JDK 11.
However when packaged the application just shows a blank screen. There is no output using run_debug,bat and yes, I have put
#PackagerProperty: IncludedModules = javafx.web
in the project. This is with B4J v9.80 BETA #1. Any Ideas to investigate further?
However when packaged the application just shows a blank screen. There is no output using run_debug,bat and yes, I have put
#PackagerProperty: IncludedModules = javafx.web
in the project. This is with B4J v9.80 BETA #1. Any Ideas to investigate further?