Hi,
I've tried to package my app using B4JPackager11.
This is the log from B4JPackager11.
When running run_debug.bat I get the following error.
Where I have to put jssc.jar file? Currently is in the Additional Libraries folder.
Thank you.
Dan
I've tried to package my app using B4JPackager11.
This is the log from B4JPackager11.
B4JPackager log:
Waiting for debugger to connect...
Program started.
B4JPackager11 Version 1.15
Exe name: jAReC.exe
InputJar: P:\HAM\jAReC\Objects\jAReC.jar
Running: P:\HAM\jAReC\B4JPackager11\Objects\temp\FindDosPath.exe
Running: C:\java\bin\jar
Package name: ro.yo3ggx.jarec
Running: C:\java\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\bin\javac
.
Running: C:\java\bin\jar
Running: C:\java\bin\jlink
.
.
.
.
.
.
.
Running: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe
Running: explorer.exe
.
When running run_debug.bat I get the following error.
Executable error:
P:\HAM\jAReC\B4JPackager11\Objects\temp\build\bin>java.exe @release_java_modules.txt -m b4j/ro.yo3ggx.jarec.main
jareccore$ResumableSub_InitAppGUI.resume (java line: -1)
java.lang.UnsatisfiedLinkError: Could not load the jssc library: Couldn't load library library jssc
at b4j/jssc.SerialNativeInterface.<clinit>(Unknown Source)
at b4j/jssc.SerialPortList.<clinit>(Unknown Source)
at b4j/anywheresoftware.b4j.serial.Serial.ListPorts(Unknown Source)
at b4j/ro.yo3ggx.jarec.jareccore$ResumableSub_InitAppGUI.resume(Unknown Source)
at b4j/anywheresoftware.b4a.keywords.Common$2$1.run(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)
Where I have to put jssc.jar file? Currently is in the Additional Libraries folder.
Thank you.
Dan