RxtxSerial

Discussion in 'Arduino IDE' started by stestisa, Dec 9, 2013.

  1. stestisa

    stestisa New Member

    Joined:
    Nov 27, 2013
    Messages:
    4
    Likes Received:
    0
    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.
     
  2. hl68fx

    hl68fx New Member

    Joined:
    Jun 11, 2013
    Messages:
    24
    Likes Received:
    0
    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/
     
  3. stestisa

    stestisa New Member

    Joined:
    Nov 27, 2013
    Messages:
    4
    Likes Received:
    0
    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.
     
  4. Lifeboat_Jim

    Lifeboat_Jim New Member

    Joined:
    Sep 16, 2013
    Messages:
    399
    Likes Received:
    1
    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.
     
  5. stestisa

    stestisa New Member

    Joined:
    Nov 27, 2013
    Messages:
    4
    Likes Received:
    0
  6. stestisa

    stestisa New Member

    Joined:
    Nov 27, 2013
    Messages:
    4
    Likes Received:
    0
    Got it!

    Thanks a lot! First sketch just runned! So happy!
     
  7. Lifeboat_Jim

    Lifeboat_Jim New Member

    Joined:
    Sep 16, 2013
    Messages:
    399
    Likes Received:
    1
    Great!

    Enjoy!
     

Share This Page