B4J Library jSerial library - Erel    Mar 6, 2025   (23 reactions) to disable prefix mode.
jSerial depends on an open source project named JSSC: https://github.com/java-native/jssc
Updates:
v1.40 - Based on jssc v2.9.6. Provides better handling of low level errors... B4J Question [Solved] jssc error with B4JPackager11 - bdunkleysmith    Jan 8, 2020 an error seemingly related to jssc on transitioning it from Java 8 or OpenJDK 11 .
When run from....lang.UnsatisfiedLinkError: Could not load the jssc library: Couldn't load library library jssc... B4J Library Updated JSSC.Jar - techknight    Nov 23, 2018   (5 reactions) I fixed and recompiled the Native DLL for JSSC which was causing Access Violation crashes when... when everything works fine while its open.
Attached is a fixed jssc.jar. Put this in your Libraries... B4J Tutorial Integrated B4JPackager11 - The simple way to distribute standalone UI apps - Erel    Sep 16, 2025   (50 reactions) jSerial put the attached jssc.dll file in the project folder and add:
#CustomBuildAction: After Packager, %WINDIR%\System32\robocopy.exe, ..\ temp\build\bin\ jssc.dll
Note that it is a Windows 64 bit dll.
MacSigner instructions: https://www.b4x.com/android/forum/threads/mac-and-jssc.135823/post... B4J Question jssc.dll, B4JPackager and #CustomBuildAction: After Packager - yo3ggx (first post)    Mar 17, 2025 If I copy the jssc.dll file in the repack script (not in a separate #CustomBuildAction, it works as expected.... B4J Question jSerial 1.32 - contains new jssc.dll? - Chris2 (first post)    Jan 28, 2022   (2 reactions) I think @Erel has updated the file attached to the Integrated B4JPackager11 thread (which I guess is... B4J Question [Solved]Mac and jssc - yo3ggx (first post)    Nov 8, 2021 Thank you. Works, with the latest available one (jssc-2.9.4.jar).
Now I have another problem with the MacSigner, but I will post a new thread for it.... B4J Question jssc version question - gpa (first post)    Jun 5, 2021 Ah.
fixed it - with ref to https://www.b4x.com/android/forum/threads/b4abuilder-b4jbuilder-command-l... B4J Question Could not load jssc library - Linux, B4JPackager11 - SOLVED - Gandalf (first post)    Dec 2, 2020   (2 reactions) Problem solved. File libjssc.so should be placed not to /bin folder, but to /lib folder instead. I d... B4J Question (Solved) Error building Standalone Package with jSerial library v1.40 - aeric    Mar 5, 2025 by jssc
at java.base/java.lang.module.Resolver.findFail(Resolver.java:894)
at java.base/java.lang... Page: 1   2   3   4   5   6   7   |