- This topic has 8 replies, 4 voices, and was last updated 16 years, 8 months ago by
Loyal Water.
-
AuthorPosts
-
PMontMemberEclipse was working fine and then today it just stopped working for no apparent reason!. i am running 32bit vista 2gb ram . I tried reinstalling Eclipse , updating to newer version , removing configuration files and -clean , still getting this error.
Here is the Error Message i receive .
JVM terminated. Exit code=13
-Xms40m
-XMx256m
-XX:MaxPermSize=128M
-DJava.class.path=C:\Users\Philip\Desktop\eclipse\plugins\ord.eclipse.eq
uinox.launcer_1.0.0.v20070606.jar
-os win32
-ws win32
-arch x86
-showsplash
C:\Users\Philip\Desktop\ecilpse\eclipse\plugins\org.eclipse.platform_3.3.0v2007
0613\splash.bmp
-launcher C:\Users\Philip\Desktop\eclipse\eclipse\eclipse.exe
-name Eclipse
–launcher.library
C:\Users\Philip\Desktop\ecilpse\eclipse\plugins\org.eclipse.equinox.launcher.win
32.win32.x86_1.0.0.v20070523\eclipse_1017a.dll
-startup
C:\Users\Philip\Desktop\ecilpse\eclipse\plugins\org.eclipse.equinox.launcher_1.0.
0.v20070606.jar
-vm C:\Program Files\Java\jre6\bin\client\jvm.dll
-vmargs
-Xms40m
-Xmx256m
-XX:MaxPermSize=128M
-Djava.class.path=c:\Users\Philip\eclipse\eclipse\plugins\org.eclipse.eq
uninox.launcher_1.0.0.v20070606.jarAny suggestions that would help me out would be great!.
Thanks Phil
bhoylmaMemberMight be a corrupt workspace. It was for me. Use the ‘-data’ startup option and point it to a new workspace area. If that works you can then import your existing project(s) to the new workspace. Your options are endless at that point 🙂
HTHYO.
Peace.
Ton HuismanMemberA crappy workspace is usually solved by adding the -clean option to the commandline of Eclipse.exe, or in the eclipse.ini file, and then opening the workspace again. If that doesn’t make it behave, then create a new workspace, and pull over the projects, which is a fair amount of work compared to adding the -clean option.
HTH
Ton
PMontMemberDoes not seem to be working , am i doing it correctly? , i tried from the command line and then tried creating a shortcut and in the target field put the – data and -clean options!. Both seemed to have no effect!.
Loyal WaterMemberYou guys can refer to this FAQ:-
https://www.genuitec.com/forums/topic/troubleshoot-using-the-clean-command-line-argument/
PMontMemberI’m afraid , none of these had any effect! 🙁 , when i installed eclipse , should it not have worked?. i don’t see why not , is there any other common issues , could it be something to do with my java settings or some other program?. really stumped! .
—–
Phil
Loyal WaterMemberPhil,
What version of Eclipse and MyEclipse are you working with? You said you updated to a new version?
PMontMemberNipun
Eventually got it fixed over the weekend it didn’t seem to be an Eclipse fault after all , i uninstalled the JRE and JDK and reinstalled and everything is back to normal , i think when vista installed 11 updates that something got screwed with along the way!.
Thanks for the help
————————–
Phil
Loyal WaterMemberYour welcome.
-
AuthorPosts