I have written a small UI-App to decode ICG files and need to distribute the .exe file. I am using:
Win 10 64 bit
B4J 7.31
Java jdk 11.0.1
I have added the paths as required:
The packager is version 1.13 and runs without error but the run.exe will not execute - no error. What have I missed?
Log:
Win 10 64 bit
B4J 7.31
Java jdk 11.0.1
I have added the paths as required:
B4X:
'Non-UI application (console / server application)
#Region Project Attributes
#CommandLineArgs:
#MergeLibraries: True
#End Region
Sub Process_Globals
Private InputJar As String = "d:\temp\IGC2Excel.jar" 'change as needed
Private NetFrameworkCSC As String = "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe" 'windows only
Private IconFile As String= "d:\temp\IGC.ico"
Private ExcludedModules As List
ExcludedModules = Array("javafx.web") 'comment this line if using WebView
Private IncludedModules As List
Private AdditionalModuleInfoString As String '= "uses org.eclipse.jetty.websocket.common.RemoteEndpointFactory;"
Private VMArgs As String
'non configurable variables:
Private JavafxJmods As String
Private java As String
Private PackageName As String
Private TempFolder As String
Private Modules As List
Private TargetModule As String = "b4j"
Private JavaFXLibs As String
Private Version As Float = 1.13
Private Windows As Boolean
Private Mac As Boolean
Private Linux As Boolean 'ignore
End Sub
The packager is version 1.13 and runs without error but the run.exe will not execute - no error. What have I missed?
Log:
B4JPackager11 Version 1.13
InputJar: d:\temp\IGC2Excel.jar
Running: D:\Basic4Java\Examples\B4JPackager11\B4JPackager11\Objects\temp\FindDosPath.exe
Running: C:\java\jdk-11.0.1\bin\jar
Package name: b4j.example
Running: C:\java\jdk-11.0.1\bin\jdeps
.
.
.
.
.
.
Explicitly excluded modules: [javafx.web]
Included modules: [java.base, java.desktop, java.logging, java.security.jgss, java.xml, java.xml.crypto, javafx.base, javafx.controls, javafx.fxml, javafx.graphics, javafx.media, javafx.swing, jdk.javadoc, 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
InputJar: d:\temp\IGC2Excel.jar
Running: D:\Basic4Java\Examples\B4JPackager11\B4JPackager11\Objects\temp\FindDosPath.exe
Running: C:\java\jdk-11.0.1\bin\jar
Package name: b4j.example
Running: C:\java\jdk-11.0.1\bin\jdeps
.
.
.
.
.
.
Explicitly excluded modules: [javafx.web]
Included modules: [java.base, java.desktop, java.logging, java.security.jgss, java.xml, java.xml.crypto, javafx.base, javafx.controls, javafx.fxml, javafx.graphics, javafx.media, javafx.swing, jdk.javadoc, 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