B4J Question Packaged application not working

agraham

Expert
Licensed User
Longtime User
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?
 

Attachments

  • OpenStreetMap.zip
    22.3 KB · Views: 89
Top