Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Problems while running Eclipse 3.3.2 on Ubuntu 8.04
Problems while running Eclipse 3.3.2 on Ubuntu 8.04 [message #330732] Tue, 12 August 2008 11:49 Go to next message
Eclipse UserFriend
Dear All,

I am having following problem while running Eclipse 3.3.2 on Ubuntu 8.04

java -version shows

java version "1.6.0_06"
Java(TM) SE Runtime Environment (build 1.6.0_06-b02)
Java HotSpot(TM) 64-Bit Server VM (build 10.0-b22, mixed mode)

then, I downloaded Eclipse
eclipse-SDK-3.3.2-linux-gtk.tar.gz from eclipse.org
and extracted in my home/opt/

while running eclipse i am getting ...

JVM terminated. Exit code=13
/usr/bin/java
-Xms40m
-Xmx256m
-jar
/home/touchpoint/opt/eclipse/plugins/org.eclipse.equinox.lau ncher_1.0.1.R33x_v20080118.jar
-os linux
-ws gtk
-arch x86
-showsplash
-launcher /home/touchpoint/opt/eclipse/eclipse
-name Eclipse
--launcher.library
/home/touchpoint/opt/eclipse/plugins/org.eclipse.equinox.lau ncher.gtk.linux.x86_1.0.3.R33x_v20080118/eclipse_1023.so
-startup
/home/touchpoint/opt/eclipse/plugins/org.eclipse.equinox.lau ncher_1.0.1.R33x_v20080118.jar
-exitdata b800e
-vm /usr/bin/java
-vmargs
-Xms40m
-Xmx256m
-jar
/home/touchpoint/opt/eclipse/plugins/org.eclipse.equinox.lau ncher_1.0.1.R33x_v20080118.jar

How can I fix this?

With Thanks & Regards,
-arun
Re: Problems while running Eclipse 3.3.2 on Ubuntu 8.04 [message #330748 is a reply to message #330732] Tue, 12 August 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
The exit code 13 implies that Java was started and we at least tried to
start the OSGi framework. Try looking in the configuration directory
for a log file that would give more details about what went wrong.

-Andrew

Arunagiri K wrote:
> Dear All,
>
> I am having following problem while running Eclipse 3.3.2 on Ubuntu 8.04
>
> java -version shows
> java version "1.6.0_06"
> Java(TM) SE Runtime Environment (build 1.6.0_06-b02)
> Java HotSpot(TM) 64-Bit Server VM (build 10.0-b22, mixed mode)
>
> then, I downloaded Eclipse
> eclipse-SDK-3.3.2-linux-gtk.tar.gz from eclipse.org
> and extracted in my home/opt/
>
> while running eclipse i am getting ...
>
> JVM terminated. Exit code=13
> /usr/bin/java
> -Xms40m
> -Xmx256m
> -jar
> /home/touchpoint/opt/eclipse/plugins/org.eclipse.equinox.lau ncher_1.0.1.R33x_v20080118.jar
>
> -os linux
> -ws gtk
> -arch x86
> -showsplash
> -launcher /home/touchpoint/opt/eclipse/eclipse
> -name Eclipse
> --launcher.library
> /home/touchpoint/opt/eclipse/plugins/org.eclipse.equinox.lau ncher.gtk.linux.x86_1.0.3.R33x_v20080118/eclipse_1023.so
>
> -startup
> /home/touchpoint/opt/eclipse/plugins/org.eclipse.equinox.lau ncher_1.0.1.R33x_v20080118.jar
>
> -exitdata b800e
> -vm /usr/bin/java
> -vmargs
> -Xms40m
> -Xmx256m
> -jar
> /home/touchpoint/opt/eclipse/plugins/org.eclipse.equinox.lau ncher_1.0.1.R33x_v20080118.jar
>
>
> How can I fix this?
>
> With Thanks & Regards,
> -arun
>
Re: Problems while running Eclipse 3.3.2 on Ubuntu 8.04 [message #330750 is a reply to message #330732] Tue, 12 August 2008 15:21 Go to previous messageGo to next message
Eclipse UserFriend
"Arunagiri K" <arungi@gmail.com> wrote in message
news:b611ac73110800c44faac04918bca992$1@www.eclipse.org...
> Dear All,
>
> I am having following problem while running Eclipse 3.3.2 on Ubuntu 8.04
>
> java -version shows
> java version "1.6.0_06"
> Java(TM) SE Runtime Environment (build 1.6.0_06-b02)
> Java HotSpot(TM) 64-Bit Server VM (build 10.0-b22, mixed mode)
>
> then, I downloaded Eclipse
> eclipse-SDK-3.3.2-linux-gtk.tar.gz from eclipse.org [...]


I think maybe you are trying to run a 32-bit Eclipse on a 64-bit JVM?
Re: Problems while running Eclipse 3.3.2 on Ubuntu 8.04 [message #330762 is a reply to message #330750] Tue, 12 August 2008 16:09 Go to previous message
Eclipse UserFriend
Walter Harley wrote:
> I think maybe you are trying to run a 32-bit Eclipse on a 64-bit JVM?

Thanks, u r correct,

I am running eclipse-SDK-3.3.2-linux-gtk
instead of eclipse-SDK-3.3.2-linux-gtk-x86_64

Now it's solved.
Previous Topic:Managing branches and tags in cvs
Next Topic:java heap | Out of memory | jobs api
Goto Forum:
  


Current Time: Wed Feb 19 00:13:24 GMT 2025

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

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

Back to the top