Using B4JPackager11 version 1.02 to create a standalone exe. The process completes with no error but the resulting exe is very small and only runs on the machine that created it. It does not run on another machine configured similarly (Windows 7, corporate environment, Openjdk-11.0.1 with javafx, B4J v7.31)
Note the "Looking for..." statements have been added by me, that's the only change I made from the B4JPackager11 v1.02 distribution.
Waiting for debugger to connect...
Program started.
B4JPackager11 Version 1.02
Looking for javafx modules under C:\Java\jdk-11.0.1\bin\..\javafx\javafx-jmods
Looking for javafx fibraries under C:\Java\jdk-11.0.1\bin\..\javafx\lib
InputJar: C:\Users\jugesd\Documents\B4J Projects\CAN232_B4J\dev\Objects\result.jar
Running: C:\Users\jugesd\DOCUME~1\B4JPRO~1\B4JPAC~1\Objects\temp\FindDosPath.exe
Running: C:\Java\jdk-11.0.1\bin\jar
Package name: b4j.can232
Running: C:\Java\jdk-11.0.1\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.1\bin\javac
.
Running: C:\Java\jdk-11.0.1\bin\jar
.
Running: C:\Java\jdk-11.0.1\bin\jlink
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
Running: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe
.
Running: explorer.exe
Note the "Looking for..." statements have been added by me, that's the only change I made from the B4JPackager11 v1.02 distribution.