I am trying to set low latency when using rxtx library, the error that I am getting while running it under Ubuntu/Linux is:
UnsatisfiedLinkError: gnu.io.RXTXPort.nativeSetLowLatency()Z
It seems like a problem with a missing library but it seems to me like everything is in place (all so files (librxtxI2C.so, librxtxParallel.so, librxtxRaw.so, librxtxSerial.so) are in jre/lib and the jar is in jre/lib/ext - RXTXcomm.jar)
Any idea what could be the problem here?