Thread: Java question
View Single Post
Posts: 22 | Thanked: 4 times | Joined on Jun 2009
#13
No, it is a .jar. I did some digging. The thing it uses the java rxtxSerial library. I found the complied librxtxSerial.so for arm in the Toybox of rxtxcom site http://rxtx.qbang.org/ToyBox/2.1-7-build1/Linux/ but the classloader failed loading the libpthread.so.0. I suppose I need a librxtxSerial.so compiled with correct version of libpthread.so.

Does anyone could give some pointers?

Last edited by ezmendriz; 2011-01-05 at 02:03. Reason: forgot the question