问题描述
我正在尝试在我的x64机器上使用Eclipse Helios(我很确定现在这个问题可能会发生在任何eclipse),但它不合作。当我尝试运行eclipse时,我得到以下内容:
我已经安装了
- Helios EE x64(最新版本)
- JDK 1.6.025(x64)
我已经正确连接了我的环境变量,尝试通过 cmd
编译Java文件并成功。
每当我尝试运行eclipse,我得到 exit code = 13(required java version = 1.5)
我尝试在cmd中运行以下命令:
-vmmypath\jdk1.6.025\jre\ bin
命令作为论坛建议
以及其他路径 我都是出于想法,我想知道有没有人有这个问题。我甚至下载了helios x86版本和x86 JDK版本,但它没有解决问题。 (我更改了环境变量) 相关问题: 事实证明,目录在其名称中有一个 一旦将目录(从位于用户目录中的Desktop(其中 Vista允许您创建一个包含 更新 如果有人仍然遇到这个问题,即使他们的路径确定我建议 感谢大家试图帮助的人> I am trying to work with Eclipse Helios on my x64 machine (Im pretty sure now that this problem could occur with any eclipse) but it just doesn't cooperate. I have installed I have linked my Environment Variables up correctly and tried to compile a Java file through Whenever I tried running eclipse i get I tried running the following in cmd: as well as other paths I am all out of ideas and I wonder if anybody had this problem. I even downloaded the helios x86 version and x86 JDK version yet it did not fix the problem. (I changed the environment variables)I changed everything back but I'm stuck... Related Question: Cannot Run Eclipse It turns out that a directory had an Once I switched the directory (from Desktop which is located in the user directory which had Vista allows you to create a username that contains Update If somebody is still getting this problem even though their path is ok I suggest Thank you everybody that tried to help 这篇关于Eclipse在启动时崩溃;退出代码= 13的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!
-vm mypath\jdk1.6.025\bin
-vmmypath\jdk1.6.025\jre\bin\javaw.exe code>
甚至
-vmmypath\jre6\bin
out of desperation
to no avail。 / p>
我改变了一切,但我被卡住了...
!
,eclipse有一个问题。 >
!
)切换到C:/)一切都很好。 (看看Djava.class.path中的图像位于我上面的问题的整个路径 - 它应该清楚问题是什么)
!
字符的用户名,然后很多程序出现问题。
尝试查看环境变量
When I try to run eclipse I get the following:cmd
and have succeeded. exit code=13 (required java version=1.5)
-vm "mypath\jdk1.6.025\jre\bin"
command as forums suggested -vm "mypath\jdk1.6.025\bin"
-vm "mypath\jdk1.6.025\jre\bin\javaw.exe"
even-vm "mypath\jre6\bin"
out of desperationto no avail.!
in its name and eclipse had a problem with that.!
in it to C:/ ) everything worked fine. (look at the Djava.class.path in the image located in my the question above for the whole path - it should make it clear what the problem was)!
character and then a lot of programs have issues with it