Newbie here. I've searched but not found anything directly related to my current problem. Thanks in advance for assistance.
Have been running processing 1.2.1 on Ubuntu 10.10 without problems. Downloaded processing 1.5 yesterday, and things got broken, sorta.
The same symlink for java that I use in 1.2.1 does not work in 1.5. At least I cannot get rid of the dialog box warning me that I need Sun jdk 6.
The other problem I cannot shake is the warning about RXTX version mismatches. "Jar version = RXTX-2.2pre1, native lib Version = RXTX-2.2pre2". It is correct that in usr/share/java I have 2.2pre2, but I do not know where the 2.2pre1 is located?
I also cannot get either version of processing to Serial.list() my arduino Uno board which is on /dev/ttyACM0, and I am guessing that is related.
So my questions are:
1. How to change the java symlink so that processing 1.5 can find the Sun java 6 SDK and stop complaining?
2. How to switch the "Jar version" over to 2.2pre2, because I think that will allow it to find the Uno?