RXTX version mismatch on a Macbook pro -- nothing seems to solve this problem
in
Integration and Hardware
•
2 years ago
Hello All --
I'm running Processing 1.5.1 on a Macbook Pro running 10.6.7
I've got a program that does a lot of serial communication to an arduino and my program freezes often while communicating. When I run the app without the serial comunicaiton it runs fine, so I suspect a problem with the serial communication.
I also get this warning, which seems related:
WARNING: RXTX Version mismatch
Jar version = RXTX-2.2pre1
native lib Version = RXTX-2.2pre2
I've tried to fix this a few ways:
I updated my version of java.
I searched for and remove all versions of rxtxcomm.jar and other related files as mentioned
here and found nothing beyond what I should have.
I downloaded fresh 2.2pre2 bins from
here, and I've put rxtxcomm.jar and librxtxSerial.jnilib in /Library/Java/Extensions
This did not solve the problem.
I tried copying rxtxcomm and librxtxserial from the Processing application folder and pasting them in /Library/Java.Extensions
This also did not solve the problem.
I've tried putting the same new binaries in both Processing application folder and the Java folder.
No change.
I tried deleting the same two files from /Java/Extensions and that had no effect, I still get the warning and the problem.
I've searched around for a solution and nothing I find is very helpful.
Can anyone please tell me what I'm missing here?
Thanks!
3