A project compiles and runs in Debug & Release without problem. However when trying to run a stand-alone package it crashes on open.
B4J 9.3 JDK 11.0.1
Libs: JavaObject jFX jRLDialogsX jSQL
There is an error evident when running the run_debug.bat....
So just to humour the compiler I added:
Now the stand-alone runs fine but the mystery remains.... The code contains no reference to any WebView object so why the problem?
B4J 9.3 JDK 11.0.1
Libs: JavaObject jFX jRLDialogsX jSQL
There is an error evident when running the run_debug.bat....
at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.lang.ClassNotFoundException: javafx.scene.web.WebView
So just to humour the compiler I added:
#PackagerProperty: IncludedModules = javafx.web:
Now the stand-alone runs fine but the mystery remains.... The code contains no reference to any WebView object so why the problem?