Results 1 to 6 of 6
Well i'm trying to run eclipse 3.3.1-linux.gtk on opensuse 10.2 .i untared the file and did ./eclipse but it gives me this weird error
JVM terminated. Exit code=13
/usr/bin/gij
-Xms40m
...
- 12-07-2007 #1Just Joined!
- Join Date
- Jul 2007
- Location
- India
- Posts
- 57
Eclipse Startup Error
Well i'm trying to run eclipse 3.3.1-linux.gtk on opensuse 10.2 .i untared the file and did ./eclipse but it gives me this weird error
the eclipse forums tell something about running eclipse -clean option .But it ain't workin has ne1 gone thru this.Any help is appreciated thanks in advanceJVM terminated. Exit code=13
/usr/bin/gij
-Xms40m
-Xmx256m
-jar /home/channa/softinstalled/eclipse/plugins/org.eclipse.equinox.launcher_1.0.0.v20070606.jar
-os linux
-ws gtk
-arch x86
-showsplash
-launcher /home/channa/softinstalled/eclipse/eclipse
-name Eclipse
--launcher.library /home/channa/softinstalled/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.0.0.v 20070606/eclipse_1017a.so
-startup /home/channa/softinstalled/eclipse/plugins/org.eclipse.equinox.launcher_1.0.0.v20070606.jar
-exitdata 148013
-vm /usr/bin/gij
-vmargs
-Xms40m
-Xmx256m
-jar /home/channa/softinstalled/eclipse/plugins/org.eclipse.equinox.launcher_1.0.0.v20070606.jar
- 12-07-2007 #2
What kind of Java VM do you have installed? If it's not the official Sun virtual machine, Eclipse can give you headaches. I would download the latest SDK from here:
Java Technology
Extract it, rename the directory to "jvm" and move it into your Eclipse directory. Then try again. That usually does the trick for me.Registered Linux user #270181
TechieMoe's Tech Rants
- 12-07-2007 #3Just Joined!
- Join Date
- Jul 2007
- Location
- India
- Posts
- 57
done the trick didn't install the 64 bit JVM so it cudn't execute the 64-bit calls did the trick had a hunch about the JVM thanks m8,btw there's an IDE for eclipse on the official site is it necessary coz u do get a GUI with a ./eclipse
- 12-07-2007 #4Registered Linux user #270181
TechieMoe's Tech Rants
- 12-07-2007 #5Just Joined!
- Join Date
- Jul 2007
- Location
- India
- Posts
- 57
yeh it worked m8 thanks , got confused with the IDE went with the eclipse classic ,its on the downloads page of eclipse sumthin like eclipse IDE for java developers
- 12-07-2007 #6
Yeah, there used to be just one download that was several hundred megabytes. Now they've separated the IDE from all the extra tools that used to come bundled with it and allowed you to download just that. Apparently they're tools I never used because I recently just download the IDE, and I've had no issues developing. I can see why you'd be confused.
Registered Linux user #270181
TechieMoe's Tech Rants


Reply With Quote
