【发布时间】:2014-02-16 05:28:33
【问题描述】:
在开始之前,我使用的是 64 位操作系统 (Windows 8)、64 位 Eclipse,以及我认为是 64 位 JDK,因为我在此尝试之前重新安装了它。在过去的几个小时里,我查看了许多关于 SO 的类似帖子,虽然我认为我已经取得了一些进展,但似乎没有一个解决方案对我有用。
我的错误信息:
Java 已启动但返回退出代码=13
C:\Program Files (x86)\Java\jre7\bin\javaw.exe
-Xms40m
-Xmx512m
-XX:MaxPermSize=256m
-jar C:\eclipse\plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar
-os win32
-ws win32
-arch x86_64
-showsplash
C:\eclipse\plugins/org.eclipse.platform_4.3.1.v20130911-1000\splash.bmp
-启动器 C:\eclipse\eclipse.exe
-name Eclipse
--launcher.library
C:\eclipse\plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20130807-1835\eclipse_1503.dll
-启动
C:\eclipse\plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar
--launcher.appendVmargs
-exitdata 171c_68
-product org.eclipse.epp.package.standard.product
-vm C:\Program Files (x86)\Java\jdk1.7.0_51\bin\javaw.exe
-vmargs
-Dosgi.requiredJavaVersion=1.6
-Xms40m
-Xmx512m
-XX:MaxPermSize=256m
-jar C:\eclipse\plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar
这是我的 eclipse.ini:
-startup<br />
plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar<br />
--launcher.library<br />
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20130807-1835<br />
-product<br />
org.eclipse.epp.package.standard.product<br />
--launcher.defaultAction<br />
openFile<br />
--launcher.XXMaxPermSize<br />
256M<br />
-showsplash<br />
org.eclipse.platform<br />
-vm<br />
C:\Program Files (x86)\Java\jdk1.7.0_51\jre\bin\javaw.exe<br />
--launcher.XXMaxPermSize<br />
256m<br />
--launcher.defaultAction<br />
openFile<br />
--launcher.appendVmargs<br />
-vmargs<br />
-Dosgi.requiredJavaVersion=1.6<br />
-Xms40m<br />
-Xmx512m<br />
如何启动并运行 Eclipse?
【问题讨论】:
-
我觉得应该不是javaw.exe,你有java.exe吗?
-
javaw.exe 在这里绝对没问题。