I'm using RXTXComm.jar in Linux and having issues. I suspect that it's the native library being used. I used this article to help determine what .so
files are being loaded to help support that library.
My output listed "/usr/lib/librxtxSerial-2.2pre1.so"
My question is - how that library was dynamically loaded?
A follow up question may be how could I remove "librxtxSerial-2.2pre1.so", so that I can load "librxtxSerial.so" instead.
Thanks!