I used Eclipse in the past with no problems more than a year ago, but now I downloaded Helios to a new computer with Windows Vista and Java 1.6.13. I extract the folder and try to start the Eclipse exe and get the error message "Java was running, but exit code = 13 returned."
I did some copying and it seems that the configuration file requires running Java 1.5 (dosgiRequiredJavaVersion = 1.5). Removing this line does not matter.
I went and got an archived copy of 1.5.0_22 and tried using -vm mypath / java / jre1.5.0_22 / bin in the configuration file before vmargs, and that still doesn't help.
I also tried making a shortcut and specifying "eclipse -vm mypath" in the target properties field and still nothing.
Here are my configuration settings that still give an error:
-startup plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar --launcher.library plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.0.v20100503 -product org.eclipse.epp.package.java.product --launcher.defaultAction openFile --launcher.XXMaxPermSize 256M -showsplash org.eclipse.platform --launcher.XXMaxPermSize 256m --launcher.defaultAction openFile -vm c:\program files\java\jre1.5.0_22\bin -vmargs -Dosgi.requiredJavaVersion=1.5 -Xms40m -Xmx384m
Has anyone solved this problem?
eclipse launch helios
Ken Sep 23 '10 at 17:45 2010-09-23 17:45
source share