jung6717 / arduino

Automatically exported from code.google.com/p/arduino
0 stars 0 forks source link

Can't run the IDE under my Ubuntu Jaunty x64 with java 1.6.0 #84

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. extract the IDE from the .tar-archive
2. start the IDE with 'arduino'
3. choose a folder for the IDE where the project files will be stored in

What is the expected output? What do you see instead?
Getting foreward to explore the IDE..
(haven't bought a board at the moment..)

Instead: (terminal-output)
java.lang.UnsatisfiedLinkError:
/home/thopiekar/Desktop/arduino-0017/lib/librxtxSerial.so:
/home/thopiekar/Desktop/arduino-0017/lib/librxtxSerial.so: wrong ELF class:
ELFCLASS32 (Possible cause: architecture word width mismatch) thrown while
loading gnu.io.RXTXCommDriver
Exception in thread "main" java.lang.UnsatisfiedLinkError:
/home/thopiekar/Desktop/arduino-0017/lib/librxtxSerial.so:
/home/thopiekar/Desktop/arduino-0017/lib/librxtxSerial.so: wrong ELF class:
ELFCLASS32 (Possible cause: architecture word width mismatch)
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1778)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1703)
    at java.lang.Runtime.loadLibrary0(Runtime.java:823)
    at java.lang.System.loadLibrary(System.java:1028)
    at gnu.io.CommPortIdentifier.<clinit>(CommPortIdentifier.java:83)
    at processing.app.Editor.populateSerialMenu(Editor.java:911)
    at processing.app.Editor.buildToolsMenu(Editor.java:641)
    at processing.app.Editor.buildMenuBar(Editor.java:434)
    at processing.app.Editor.<init>(Editor.java:181)
    at processing.app.Base.handleOpen(Base.java:739)
    at processing.app.Base.handleOpen(Base.java:709)
    at processing.app.Base.handleNew(Base.java:606)
    at processing.app.Base.<init>(Base.java:346)
    at processing.app.Base.main(Base.java:239)

What version of the Arduino software are you using? On what operating
system?  Which Arduino board are you using?
Version: 0017 | None at the moment

Please provide any additional information below.
Don't know what to add here..

Original issue reported on code.google.com by thopie...@gmail.com on 17 Aug 2009 at 8:23

GoogleCodeExporter commented 9 years ago
fixed that by installing the ia32-sun-java6-bin package and repaced in the 
starter
script ( here attached ) the last line with:

/usr/lib/jvm/ia32-java-6-sun/jre/bin/java
-Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel 
processing.app.Base

Original comment by thopie...@gmail.com on 18 Aug 2009 at 8:03

Attachments:

GoogleCodeExporter commented 9 years ago
We now have a 64-bit version of Arduino for Linux, so I'm assuming that this is 
fixed.

Original comment by dmel...@gmail.com on 2 Dec 2011 at 10:34