Problem installing the latest eclipse IDE

Posted by James on Ask Ubuntu See other posts from Ask Ubuntu or by James
Published on 2011-11-23T07:56:48Z Indexed on 2011/11/23 10:11 UTC
Read the original article Hit count: 637

Filed under:
|

I'm running ubuntu 11.04. I'm trying to install the latest "eclipse for java developers" IDE (version Indigo 3.7.1).

I have downloaded and extracted it. I attempt to run it by changing to the extracted folder and executing

./eclipse

This produces the following errors in the terminal:

/usr/lib/gio/modules/libgiobamf.so: wrong ELF class: ELFCLASS64 Failed to load module: /usr/lib/gio/modules/libgiobamf.so /usr/lib/gio/modules/libgvfsdbus.so: wrong ELF class: ELFCLASS64 Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so

And then a dialog opens with this error message:

JVM terminated. Exit code=13 /usr/bin/java -Dosgi.requiredJavaVersion=1.5 -XX:MaxPermSize=256m -Xms40m -Xmx384m -jar /opt/eclipse//plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar -os linux -ws gtk -arch x86 -showsplash -launcher /opt/eclipse/eclipse -name Eclipse --launcher.library /opt/eclipse//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.100.v20110505/eclipse_1407.so -startup /opt/eclipse//plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar --launcher.overrideVmargs -exitdata 2f80031 -product org.eclipse.epp.package.java.product -clean -vm /usr/bin/java -vmargs -Dosgi.requiredJavaVersion=1.5 -XX:MaxPermSize=256m -Xms40m -Xmx384m -jar /opt/eclipse//plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar

I'd appreciate any help / insight.

Update

I should mention that I'm running 32 bit ubuntu and I'm trying to install 32 bit eclipse.

Update #2

Oops - I just realized that I'm running 64 bit ubuntu, not 32 bit ubuntu.

© Ask Ubuntu or respective owner

Related posts about java

Related posts about eclipse