B4J Question [SOLVED] webview and Build Package Standalone

Star-Dust

Expert
Licensed User
Longtime User
When I create a Standalone package (Testedwith Java 11,14,19,21) I do not load local url in the webwiew , while in debuggin and release it works correctly.

I correctly inserted this ... strangely only in package it doesn't work.
B4X:
#PackagerProperty: IncludedModules = javafx.web
 
Last edited:

hatzisn

Expert
Licensed User
Longtime User
Run the debug batch file and it is going to tell you what is needed.
 
Upvote 0
Top