Hi
I have tested same small programs and appears to work well also with b4j-bridge.
now i have tested your application DBUtils.jar and after few seconds indicates there is an error:
It seems an error javafx in Webview ??
I use the latest version of raspberry raspbian with java embedded 8 precompiled into image.
I have tested same small programs and appears to work well also with b4j-bridge.
now i have tested your application DBUtils.jar and after few seconds indicates there is an error:
B4X:
pi@raspberrypi ~ $ java -jar DBUtils.jar
Program started.
main._process_globals (java line: 408)
java.lang.NoClassDefFoundError: javafx/scene/web/WebView
at anywheresoftware.b4j.objects.WebViewWrapper.<clinit>(WebViewWrapper.java:23)
at b4j.example.main._process_globals(main.java:408)
at b4j.example.main.initializeProcessGlobals(main.java:374)
at b4j.example.main.start(main.java:33)
at com.sun.javafx.application.LauncherImpl$8.run(LauncherImpl.java:837)
at com.sun.javafx.application.PlatformImpl$7.run(PlatformImpl.java:335)
at com.sun.javafx.application.PlatformImpl$6$1.run(PlatformImpl.java:301)
at com.sun.javafx.application.PlatformImpl$6$1.run(PlatformImpl.java:298)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.javafx.application.PlatformImpl$6.run(PlatformImpl.java:298)
at com.sun.glass.ui.lens.LensApplication$RunnableEvent.dispatch(LensApplication.java:182)
at com.sun.glass.ui.lens.LensApplication._runLoop(LensApplication.java:860)
at com.sun.glass.ui.lens.LensApplication.access$1800(LensApplication.java:58)
at com.sun.glass.ui.lens.LensApplication$4.run(LensApplication.java:917)
at java.lang.Thread.run(Thread.java:744)
Caused by: java.lang.ClassNotFoundException: javafx.scene.web.WebView
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 15 more
pi@raspberrypi ~ $
It seems an error javafx in Webview ??
I use the latest version of raspberry raspbian with java embedded 8 precompiled into image.