Command line with a json file
You can create a json file with the input jar and optionally other settings and run it from the command line:
<java 11>\bin\java -jar B4JPackager11.jar <json file>
The json file should look like this:
{
InputJar: "C:/Users/H/Documents/B4X/X2/Angry Birds/B4J/Objects/AngryBirds.jar"
}
Use forward slashes as I did above.
If you want to remove javafx.web from the excluded modules:
{
InputJar: "C:/Users/H/Documents/B4X/X2/Angry Birds/B4J/Objects/AngryBirds.jar",
ExcludedModules: []
}