gpt4 book ai didi

java - MyEclipse 10 无法启动 "Java was started but returned exit code 13"

转载 作者:塔克拉玛干 更新时间:2023-11-03 03:31:13 25 4
gpt4 key购买 nike

我看到有几个主题有相同的异常(exception),但解决方案对我来说不起作用。

我的规范:

  • Windows 7 64 位
  • 已安装 Java 1.6.0_33 64 位(已设置路径变量)
  • 已安装 MyEclipse 10

几天前一切正常。现在我想启动它,然后它显示以下错误。遗憾的是我不能在这里附上图片,因为我的声誉很低。但是出现“Java was started but returned exit code 13”的错误

这是myeclipse.ini的内容

#utf8 (do not remove)
-clean
-startup
../Common/plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
--launcher.library
../Common/plugins/org.eclipse.equinox.launcher.i18n.win32.win32.x86_64_4.2.0.v201201111650
-install
k:\devel\Genuitec\MyEclipse 10
-vm
c:\java\bin\javaw.exe
-configuration
k:\devel\Genuitec\MyEclipse 10\configuration
-vmargs
-Xmx768m
-XX:MaxPermSize=256m
-XX:ReservedCodeCacheSize=96m
-Dosgi.nls.warnings=ignore
-Dfile.encoding=UTF8

自上次运行以来,我所做的唯一一件事是安装了 python 并更新了路径变量。我读到路径变量可能是原因,但我检查了一下,没有发现任何问题。有人知道可能是什么原因吗。

谢谢

  • 路径变量的内容:C:\Program Files (x86)\ImageMagick-6.7.5-Q16;c:\Program Files (x86)\ImageMagick-6.7.5-Q16;%SystemRoot%\system32;% SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program Files (x86)\Common Files\Roxio Shared\DLLShared\;C:\Program Files (x86)\Common Files\Roxio Shared\9.0\DLLShared\;% SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;%ANT_HOME%\bin;C:\Program Files (x86)\gs\gs8.70\bin;C:\Program Files (x86)\gs\gs8.70\lib;%M2%;%JAVA_HOME%\bin;C:\Program Files (x86)\gs\gs8.70\bin;C:\Program Files (x86)\gs\gs8.70\lib;C:\Program文件 (x86)\TC UP\PLUGINS\Library;C:\Program Files (x86)\gs\gs8.70\bin;C:\Program Files (x86)\gs\gs8.70\lib;C:\Program文件 (x86)\Common Files\Adobe\AGL;C:\Program Files\SlikSvn\bin\;C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\;C:\P rogram Files (x86)\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files\TortoiseSVN\bin;%GROOVY_HOME%/bin;%PYTHON_HOME%;%PYTHON_HOME%/Scripts

最佳答案

这个错误的原因是什么?

来自 here :

this error is caused when you are attempting to start Eclipse using the wrong version of the Java Virtual Machine (JVM).

可能的修复/问题

1.

尝试使用硬编码的 64 位 JVM 启动 eclipse,如下所示:

eclipse -vm C:/java/jre/bin/server/jvm.dll


2.

来自 here 从 eclipse.ini 中删除 launcher.library。从 eclipse.ini 中删除以下位:

--launcher.library
../Common/plugins/org.eclipse.equinox.launcher.i18n.win32.win32.x86_64_4.2.0.v201201111650

3.

来自 here 尝试使用 jvm.dll 的完整路径而不是 exe 文件,如下所示:

-vm 
C:/Prog/Java/jdk1.6.0_21/jre/bin/server/jvm.dll

4.

Problem 将 x86 Eclipse 与 x64 JDK 结合使用。
修复 只需在您的eclipse.ini 文件中指向与您的Eclipse 具有相同架构的JDK,例如:

-vm
c:/java/jdk1.6.0_25_x86/jre/bin/javaw.exe

请输入java -version检查路径中JDK的版本.在带有 JDK 1.6.0_30 的 64 位 Windows 7 上,我得到以下输出:

enter image description here

注意 64-Bit Server VM在最后一行。你明白了吗?

查看此页面: Can't start Eclipse - Java was started but returned exit code=13


5.

如果您的 Eclipse 文件夹位于带空格的路径上,请尝试将其移动到一个简单的路径,例如直接移动到 c:/eclipse。

从这里:https://stackoverflow.com/a/8843744/325742

I had the eclipse folder on my desktop and it gave me this error

I simply moved the eclipse folder to program files and it worked, no idea why

关于java - MyEclipse 10 无法启动 "Java was started but returned exit code 13",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11846758/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com