Monday, June 22, 2009

Silicon Valley Code Camp V4

Silicon Valley Code Camp V4 is on October 3rd and 4th 2009 at Foothill College. Register now and save the date! There are already 38 sessions covering a whole range of technologies and more to come as we get closer to the date.

Sunday, June 21, 2009

Arduino: Problems With librxtxSerial.jnilib

Recently the Arduino IDE installation refused to start on my Mac with the following exception:

uncaught exception in main method: java.lang.UnsatisfiedLinkError: /Users/arun/arduino-0015/Arduio15.app/Contents/Resources/java/librxtxSerial.jnilib: no suitable image found. Did find: /Users/arun/arduino-0015/Arduino15.app/Contents/Resources/java/librxtxSerial.jnilib: no matching architecture in universal wrapper

Rather bizarre error and as far as I know, I hadn't mucked around with any settings. According to the Arduino forum it had something to with the Java version and suggested giving priority to Java 5 over Java 6. However this didn't work on my setup. Eventually I just downloaded the Java 6 compatible version of librxrxSerial.jnilib and replaced it in the package contents of the Arduino app. This fixed the problem.