Hello Everyone
I've been working on a simple java program to enable communication between my mega and a Raspberry Pi. I was finally able to install the rxtx library after some rooting around the web. The site that I found the libraries on has this warning:
TODO: The 2.2pre2 bins contain the 2.2pre1 jar file and the 2.2pre2 native lib which causes a mismatch warning
Obviously I recieved this warning when I attempted to run my applet:
WARNING: RXTX Version mismatch Jar version = RXTX-2.2pre1 native lib Version = RXTX-2.2pre2
I'm frustrated and a little at a loss at what to do. What should be my next move?
Loren