There apparently seems to be an issue with the library running on Ubuntu on ARM32 processors. This does not happen on ARM64 platforms.
The issue is present starting with Version 2.9.5 and exists all the way to the latest Version 2.10.2. Prior to that the library loads and run fine.
This is the error:
main._openserialport (java line: 924) java.lang.UnsatisfiedLinkError: **Could not load the jssc library: Couldn't load library library jssc** at jssc.SerialNativeInterface.<clinit>(SerialNativeInterface.java:126) at jssc.SerialPortList.<clinit>(SerialPortList.java:49)
Running on Ubuntu 16.04.7 LTS, Armv71 architecture (32 bit), Java8 (jre1.8.0_381)
As mentioned above - no issues with Version 2.9.4 and below.