Eclipse启动错误代码=1?

Eclipse启动错误代码=1?

我刚刚下载eclipse-java-helios-SR2-win32-x86_64.zip解压了 zip 文件。当我尝试运行时,出现以下错误:

错误

这是我的 .ini 文件:

-startup
plugins/org.eclipse.equinox.launcher_1.1.1.R36x_v20101122_1400.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.2.R36x_v20101222
-product
org.eclipse.epp.package.java.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
256M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx384m

我在 64 位 Windows 7 上运行(是的,我下载了 64 位 JDK 和 64 位 Eclipse)

答案1

我会检查 Eclipse.ini,如果指向正确的 JVM。通常 Eclipse.ini 中没有该行,但建议将其放在那里。

相关内容