Hello,
I'm using Erel example from here to minimize my B4J app in the tray.
It works as expected in IDE (both release and debug), but when I run it using java.exe using the same jdk11 package (downloaded from B4X) the app crashes with the following error:
Any hints?
Thank you.
Dan
I'm using Erel example from here to minimize my B4J app in the tray.
It works as expected in IDE (both release and debug), but when I run it using java.exe using the same jdk11 package (downloaded from B4X) the app crashes with the following error:
Error in the DOS console.:
java.lang.NoClassDefFoundError: javafx/embed/swing/SwingFXUtils
at anywheresoftware.b4j.objects.SystemTrayWrapper$TrayIconWrapper.Initialize(SystemTrayWrapper.java:69)
Any hints?
Thank you.
Dan