Comment 3 for bug 664309

Revision history for this message
Scott Howard (showard314) wrote : Re: java.lang.UnsatisfiedLinkError: no rxtxSerial in java.library.path thrown while loading gnu.io.RXTXCommDriver

setting to "low" since a work around exists (use default-jre instead of sun-java, and the wrapper script)

the patch to ubuntu is to use the -D command in the wrapper so it will work for both sun-java and openjdk:

java -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel -DLD_LIBRARY_PATH=/usr/lib/jni/ -jar /usr/share/arduino/arduino.jar