Trying the packager.
Initially it complained about not finding the javafx\javafx-jmods\ folder. By default, there is a jmods folder directly under jdk-11.0.2, so I copied it under javafx and renamed the copy javafx-jmods.
Then now it complains about Module javafx.swing not found. Here is the complete error log:
That message comes from the StartMessageLoop call, so I do not know exactly what statement is causing it.
I did find the javafx.swing module under C:\Java\jdk-11.0.2\javafx\lib\javafx.swing.jar
Should I copy or move that module somewhere else?
Initially it complained about not finding the javafx\javafx-jmods\ folder. By default, there is a jmods folder directly under jdk-11.0.2, so I copied it under javafx and renamed the copy javafx-jmods.
Then now it complains about Module javafx.swing not found. Here is the complete error log:
B4X:
Waiting for debugger to connect...
Program started.
B4JPackager11 Version 1.02
InputJar: C:\Users\xxxxxxx\Documents\B4J Projects\CAN232_B4J\dev\Objects\result.jar
Running: C:\Users\xxxxxxx\DOCUME~1\B4JPRO~1\B4JPAC~1\Objects\temp\FindDosPath.exe
Running: C:\Java\jdk-11.0.2\bin\jar
Package name: b4j.can232
Running: C:\Java\jdk-11.0.2\bin\jdeps
.
.
.
.
.
.
Explicitly excluded modules: [javafx.web]
Included modules: [java.base, java.desktop, java.logging, java.xml, javafx.base, javafx.controls, javafx.fxml, javafx.graphics, javafx.media, javafx.swing, java.scripting, jdk.unsupported, java.datatransfer, jdk.unsupported.desktop, jdk.jsobject, jdk.xml.dom]
Running: C:\Java\jdk-11.0.2\bin\javac
.
Running: C:\Java\jdk-11.0.2\bin\jar
.
.
Running: C:\Java\jdk-11.0.2\bin\jlink
.
.
Error: Module javafx.swing not found
That message comes from the StartMessageLoop call, so I do not know exactly what statement is causing it.
I did find the javafx.swing module under C:\Java\jdk-11.0.2\javafx\lib\javafx.swing.jar
Should I copy or move that module somewhere else?
Last edited: