I have an application, in B4J, in which calculations are performed and the result is "printed" in a webview (WebView1.LoadHtml...)
In the B4J IDE environment it works perfectly.
I used the Build Standalone Package to get the jar.
However when I run the jar, I get the following error message:
java.lang.RuntimeException: java.lang.RuntimeException: java.lang.NoClassDefFoundError: javafx/scene/web/WebView
Where did I go wrong ??
I used: B4J Version 8.31 jdk-11.0.1 Windows 10
In the B4J IDE environment it works perfectly.
I used the Build Standalone Package to get the jar.
However when I run the jar, I get the following error message:
java.lang.RuntimeException: java.lang.RuntimeException: java.lang.NoClassDefFoundError: javafx/scene/web/WebView
Where did I go wrong ??
I used: B4J Version 8.31 jdk-11.0.1 Windows 10