I have just installed the Arduino package and I'm greeted with the following error:

[phil@localhost ~]$ arduino
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:1860)
        at java.lang.Runtime.loadLibrary0(Runtime.java:845)
        at java.lang.System.loadLibrary(System.java:1084)
        at gnu.io.CommPortIdentifier.<clinit>(CommPortIdentifier.java:83)
        at processing.app.Editor.populateSerialMenu(Editor.java:996)
        at processing.app.Editor.buildToolsMenu(Editor.java:698)
        at processing.app.Editor.buildMenuBar(Editor.java:483)
        at processing.app.Editor.<init>(Editor.java:205)
        at processing.app.Base.handleOpen(Base.java:700)
        at processing.app.Base.handleOpen(Base.java:665)
        at processing.app.Base.handleNew(Base.java:561)
        at processing.app.Base.<init>(Base.java:301)
        at processing.app.Base.main(Base.java:190)

An older self-installed version of arduino still works so the problem seems to be a path error somewhere related to the latest version. Has anyone found a cure?

--
Regards,
Phil

Reply via email to