1

我刚刚在我的电脑上重新安装了 Win7,所以我的 java 被删除了。但是我已经备份了我的日食,然后把它放回去了。我再次安装了 JDK,但是当我尝试打开 Eclipse 时出现错误。我也放了java的目录,看看我的.ini文件

-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.200.v20120913-144807
-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\jdk1.7.0_25\bin\javaw.exe
-vmargs 
-Dosgi.requiredJavaVersion=1.5
 -Dhelp.lucene.tokenizer=standard
 -Xms40m
 -Xmx512m

那是 eclipse juno,它会丢弃错误代码 13。请帮助我,我正在寻找一些关于 stackoverflow 的错误修复,但没有任何帮助

4

1 回答 1

1

Error 13 is usually a 32/64-bit mismatch. If you're on 64-bit Windows, the fact that Java isn't under the "c:\Program Files (x86)" directory means it's also 64-bit, and you clearly have a 32-bit Eclipse. Try the 64-bit version of Eclipse.

于 2013-07-22T11:13:20.317 回答