I have written several B4J apps which have run correctly.
Now, when I return to any of them and recompile them (in Debug mode), they recompile all right but a runtime error immediately occurs:
java.lang.ExceptionInInitializeError
Caused by: Java.lang.RuntimeException.java.lang.
NoClassDefFoundError.javafx/scene/control.Dialog
at anywheresoftware.b4a.BA.raiseEvent2 ...
None of these apps define or use classes. Can someone let me know what the problem is?
Now, when I return to any of them and recompile them (in Debug mode), they recompile all right but a runtime error immediately occurs:
java.lang.ExceptionInInitializeError
Caused by: Java.lang.RuntimeException.java.lang.
NoClassDefFoundError.javafx/scene/control.Dialog
at anywheresoftware.b4a.BA.raiseEvent2 ...
None of these apps define or use classes. Can someone let me know what the problem is?