java - Eclipse Download on Ubuntu error -


i downloaded ubuntu 13.04 on laptop, , i'm trying run eclipse. when downloaded , tried run it, told me install jre, did. it's showing error:

jvm terminated. exit code=13 /usr/bin/java -dosgi.requiredjavaversion=1.6 -xx:maxpermsize=256m -xms40m -xmx512m -jar /home/sam/eclipse/eclipse//plugin/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar -os linux -ws gtk -arch x86 -showsplash /home/sam/eclipse/eclipse//plugins/org.eclipse.platform_4.3.1.v20130911-1000/splash.bmp -launcher /home/sam/eclipse/eclipse/eclipse -name eclipse --launcher.library /home/sam/eclipse/eclipse//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.200.v20130807-1835/eclipse_1506.so -startup /home/sam/eclipse/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar --launcher.appendvmargs -exitdata e5800c -product org.eclipse.epp.package.standard.product -vm /usr/bin/java -vmargs -dosgi.requiredjavaversion=1.6 -xx:maxpermsize=256m -xms40m -xmx512m -jar /home/sam/eclipse/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar 

i'm new ubuntu , i'm not sure @ going on. did install incorrectly? not installed?

thanks in advance!

looks trying run 32 bit version of eclipse 64 bit java. need use 64 bit version of eclipse.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -