Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » ECLIPSE doesn't start UBUNTU 11.10(getting error 13 and tried several times)
icon9.gif  ECLIPSE doesn't start UBUNTU 11.10 [message #847386] Tue, 17 April 2012 08:54 Go to next message
Theus Dark is currently offline Theus DarkFriend
Messages: 1
Registered: April 2012
Junior Member
Hi all,
after installing successfully eclipse on a win7 system i tried on a ubuntu 11.10 64bit but without success.
I tried a lot of solution found on google and forum but nothing seems to work Sad
I'm getting the error :
JVM terminated. Exit code=13
/usr/bin/java
-Dosgi.requiredJavaVersion=1.5
-XX:MaxPermSize=256m
-Xms40m
-Xmx512m
-jar /opt/eclipse//plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
-os linux
-ws gtk
-arch x86_64
-showsplash
-launcher /opt/eclipse/eclipse
-name Eclipse
--launcher.library /opt/eclipse//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.100.v20110505/eclipse_1407.so
-startup /opt/eclipse//plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
--launcher.overrideVmargs
-exitdata 4b38011
-product org.eclipse.epp.package.jee.product
-vm /usr/lib/jvm/java-7-oracle
-vm /usr/bin/java
-vmargs
-Dosgi.requiredJavaVersion=1.5
-XX:MaxPermSize=256m
-Xms40m
-Xmx512m
-jar /opt/eclipse//plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar


from command line :
java -version
java version "1.6.0_31"
Java(TM) SE Runtime Environment (build 1.6.0_31-b04)
Java HotSpot(TM) Server VM (build 20.6-b01, mixed mode)


the tar i've downloaded is eclipse-SDK-3.7.2-linux-gtk-x86_64.tar.gz

ask me if you need more details and thanks in advance for help Smile

[Updated on: Tue, 17 April 2012 08:55]

Report message to a moderator

Re: ECLIPSE doesn't start UBUNTU 11.10 [message #847446 is a reply to message #847386] Tue, 17 April 2012 10:02 Go to previous message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
You have a 32bit java but a 64bit eclipse.

Tom

Am 17.04.12 10:54, schrieb Theus Dark:
> Hi all,
> after installing successfully eclipse on a win7 system i tried on a
> ubuntu 11.10 64bit but without success.
> I tried a lot of solution found on google and forum but nothing seems to
> work :(
> I'm getting the error :
> JVM terminated. Exit code=13
> /usr/bin/java
> -Dosgi.requiredJavaVersion=1.5
> -XX:MaxPermSize=256m
> -Xms40m
> -Xmx512m
> -jar /opt/eclipse//plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
> -os linux
> -ws gtk
> -arch x86_64
> -showsplash
> -launcher /opt/eclipse/eclipse
> -name Eclipse
> --launcher.library
> /opt/eclipse//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.100.v20110505/eclipse_1407.so
>
> -startup
> /opt/eclipse//plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
> --launcher.overrideVmargs
> -exitdata 4b38011
> -product org.eclipse.epp.package.jee.product
> -vm /usr/lib/jvm/java-7-oracle
> -vm /usr/bin/java
> -vmargs
> -Dosgi.requiredJavaVersion=1.5
> -XX:MaxPermSize=256m
> -Xms40m
> -Xmx512m
> -jar /opt/eclipse//plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
>
> from command line :
> java -version
> java version "1.6.0_31"
> Java(TM) SE Runtime Environment (build 1.6.0_31-b04)
> Java HotSpot(TM) Server VM (build 20.6-b01, mixed mode)
>
> ask me if you need more details and thanks in advance for help :)
Previous Topic:Using Method Invocation Visitor
Next Topic:how to install a Annotation processor
Goto Forum:
  


Current Time: Thu Apr 25 22:42:51 GMT 2024

Powered by FUDForum. Page generated in 0.04266 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top