Hello!
I'm trying to run a UI application with executable created with integrated B4J packager.
When I double click to run the .exe my initial form is instantly drawed on the screen and closes immediately!
Running the run_debug.bat I have the following error:
Thank you in advance!
I'm trying to run a UI application with executable created with integrated B4J packager.
When I double click to run the .exe my initial form is instantly drawed on the screen and closes immediately!
Running the run_debug.bat I have the following error:
B4X:
Call B4XPages.GetManager.LogEvents = True to enable logging B4XPages events.
httputils2service._service_create (java line: -1)
java.lang.NoClassDefFoundError: java/util/logging/Logger
at b4j/okhttp3.internal.platform.Platform.<clinit>(Unknown Source)
at b4j/okhttp3.OkHttpClient.newSslSocketFactory(Unknown Source)
at b4j/okhttp3.OkHttpClient.<init>(Unknown Source)
at b4j/okhttp3.OkHttpClient$Builder.build(Unknown Source)
at b4j/anywheresoftware.b4h.okhttp.OkHttpClientWrapper.Initialize(Unknown Source)
at b4j/com.vf.zooland.httputils2service._service_create(Unknown Source)
at b4j/com.vf.zooland.httputils2service._submitjob(Unknown Source)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at b4j/anywheresoftware.b4a.BA.raiseEvent2(Unknown Source)
at b4j/anywheresoftware.b4a.keywords.Common.CallSub4(Unknown Source)
at b4j/anywheresoftware.b4a.keywords.Common.access$0(Unknown Source)
at b4j/anywheresoftware.b4a.keywords.Common$CallSubDelayedHelper.run(Unknown Source)
at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$11(Unknown Source)
at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source)
at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: java.util.logging.Logger
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(Unknown Source)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(Unknown Source)
at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
... 22 more