B4J Question Google maps and B4JPackager11 WARNING: Unexpected error

XorAndOr

Active Member
Licensed User
Longtime User
Hi to all
in my project I inserted the google maps
but after creating the exe file with B4jpackager11 ... the screen is white.
I did a check with the example of the link below
https://www.b4x.com/android/forum/threads/jgooglemaps-library.56744/#content
and the result is the same ... white screen.
P.S.
If I compile the project on the B4J IDE tools, the google maps example works fine.
So it's after the creation of the exe file that there are problems.
Am I miss something?
thanks for answer

run_debug
B4X:
@release_java_modules.txt -m b4j/b4j.google.map.main
Jun 09, 2019 11:55:53 AM com.sun.webkit.network.URLLoader doRun
WARNING: Unexpected error
java.io.IOException: b4j/html/style.css not found
        at java.base/sun.net.www.protocol.jrt.JavaRuntimeURLConnection.connect(U
nknown Source)
        at javafx.web/com.sun.webkit.network.URLLoader.sendRequest(Unknown Sourc
e)
        at javafx.web/com.sun.webkit.network.URLLoader.doRun(Unknown Source)
        at javafx.web/com.sun.webkit.network.URLLoader.lambda$run$0(Unknown Sour
ce)
        at java.base/java.security.AccessController.doPrivileged(Native Method)
        at javafx.web/com.sun.webkit.network.URLLoader.run(Unknown Source)
        at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown
 Source)
        at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
        at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown S
ource)
        at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown
Source)
        at java.base/java.lang.Thread.run(Unknown Source)

Alert: Hide directions called
Alert: loadMapLibrary done

B4j 7.50 beta1
Java11.0.1
 
Top