Build standalone package - B4JPackager11 is now integrated in the IDE. This makes it simpler to build standalone packages: Integrated B4JPackager11.
Add new module - Option to add the new module to the parent folder. This is useful in cross platform projects where the modules are shared between the different platforms.
Fix for a design issue that existed since B4A v1.0 where in some cases assignment of an object to a variable can also change other variables that point to the same "wrapper".
C:\Users\appnd\OneDrive\Projekt_Marinapark\B4J_Marinapark\Objects\temp\build\bin>java.exe @release_java_modules.txt -m b4j/de.appndown.buchungsverwaltung.main
objekte._process_globals (java line: -1)
java.lang.NoClassDefFoundError: javafx/scene/web/HTMLEditor
at b4j/anywheresoftware.b4j.objects.HTMLEditorWrapper.<clinit>(Unknown Source)
at b4j/de.appndown.buchungsverwaltung.objekte._process_globals(Unknown Source)
at b4j/de.appndown.buchungsverwaltung.main.initializeProcessGlobals(Unknown Source)
at b4j/de.appndown.buchungsverwaltung.main.start(Unknown Source)
at javafx.graphics/com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$9(Unknown Source)
at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runAndWait$12(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: javafx.scene.web.HTMLEditor
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)
... 13 more
Build standalone package - B4JPackager11 is now integrated in the IDE. This makes it simpler to build standalone packages: Integrated B4JPackager11.
Add new module - Option to add the new module to the parent folder. This is useful in cross platform projects where the modules are shared between the different platforms.
Fix for a design issue that existed since B4A v1.0 where in some cases assignment of an object to a variable can also change other variables that point to the same "wrapper".
I know you included a download link for Open JDK 14 + OpenJFX 14 on this page. But shouldn't the B4J download webpage (https://www.b4x.com/b4j.html) also have a link to the OpenJDK 14 + OpenJFX 14; instead of, OpenJDK 11 + Open JFX 11?
Non-UI apps can be distributed with a single jar, if Java is installed.
You can create a UI app that manages the non-ui app and include both of them in a single package. For further discussion please start a new thread.