Star-Dust Expert Licensed User Longtime User May 15, 2025 #1 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: May 15, 2025
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
hatzisn Expert Licensed User Longtime User May 17, 2025 #2 Run the debug batch file and it is going to tell you what is needed. Upvote 0
Erel B4X founder Staff member Licensed User Longtime User May 18, 2025 #3 Try tip #7: https://www.b4x.com/android/forum/t...distribute-standalone-ui-apps.117880/#content Upvote 0
Star-Dust Expert Licensed User Longtime User May 18, 2025 #4 Erel said: Try tip #7: https://www.b4x.com/android/forum/t...distribute-standalone-ui-apps.117880/#content Click to expand... Works. Thank you Upvote 0
Erel said: Try tip #7: https://www.b4x.com/android/forum/t...distribute-standalone-ui-apps.117880/#content Click to expand... Works. Thank you