I have searched for an answer to this, and haven't found a direct answer to this. I know it has been asked many times, so please stick with me here.
Using the dimmer program to dim the LED that is given in the tutorials, I downloaded processing and am using that instead of max/msp. I receive this error:
Available serial ports:
WARNING: RXTX Version mismatch
Jar version = RXTX-2.2pre1
native lib Version = RXTX-2.2pre2
I know that this means the RXTX version is not the same between java and the native library, which means it can't communicate properly? I am using ubuntu 10, and most places where I searched for this error included instruction in windows or mac, which is different as you can tell.
Where I'm confused is does that mean the processing IDE and the arduino IDE are running the different RXTX versions, and I think it is the arduino side that is out of date? So would the best thing be to delete out any RXTX related files from the arduino lib and extract the download for 2.2pre2 to that folder?
Thanks in advance, and sorry if this question has been directly answered but I haven't found anything very specific. I'm new to programming and am most interested in learning as much as I can through the arduino environment and community.