I dowloaded Arduino IDE 1.0.5 from arduino.cc When I try to open the IDE, an error occour; here is the log: java.lang.UnsatisfiedLinkError: no rxtxSerial in java.library.path thrown while loading gnu.io.RXTXCommDriver Exception in thread "main" java.lang.UnsatisfiedLinkError: no rxtxSerial in java.library.path at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1681) at java.lang.Runtime.loadLibrary0(Runtime.java:840) at java.lang.System.loadLibrary(System.java:1047) at gnu.io.CommPortIdentifier.<clinit>(CommPortIdentifier.java:83) at processing.app.Editor.populateSerialMenu(Editor.java:962) at processing.app.Editor.buildToolsMenu(Editor.java:691) at processing.app.Editor.buildMenuBar(Editor.java:476) at processing.app.Editor.<init>(Editor.java:205) at processing.app.Base.handleOpen(Base.java:705) at processing.app.Base.handleOpen(Base.java:670) at processing.app.Base.handleNew(Base.java:566) at processing.app.Base.<init>(Base.java:306) at processing.app.Base.main(Base.java:195) I''ve been stuck with this problem for 2 days! Can' t get out of it.
Hi, you have to use a newer version of the Arduino IDE! Try this link: http://downloads.arduino.cc/arduino-1.5.4-windows.exe Don't forget the IDE patch! Download the patch for your Operating system here: http://www.udoo.org/downloads/#tab4 Extract the files in the archive and place them in the following paths, overwriting the previous existing files: In Windows 32 bit: C:\Program Files\Arduino\hardware\tools In Win 64 bit: C:\Program Files (x86)\Arduino\hardware\tools In Linux: /hardware/tools/ In Mac OS X: /Contents/Resources/Java/hardware/tools/
I'm using Arduino IDE on UDOO with Ubuntu pre-installed (i'm a Kickstarter backer). Sorry for that, but this is my first time with Arduino. So, I think last release of the IDE for Ubuntu is 1.0.5, the 1.5.5 is just a BETA.
Nope, the latest release is 1.5.4 as per hl68fx's post to you which gives you all the info. As the UDOO is 'special' so is the IDE, so versions for other boards from other locations won't work off the shelf.
Ok I'm now downloading the IDE from http://www.udoo.org/downloads/#tab1 I'll let you know if it is going to work or not. THanks