简体   繁体   English

Eclipse Kepler在加载时没有响应

[英]Eclipse Kepler not responding on load

I searched a bit through the net but couldn't find any solution. 我在网上搜索了一下,但找不到任何解决方案。 I am trying to start my eclipse and it stuck in this stage: 我正在尝试开始日食,它停留在这个阶段: 在此处输入图片说明

Then when I terminate it through Task Manager I get this: 然后,当我通过任务管理器终止它时,得到以下信息:

在此处输入图片说明

Any idea ? 任何想法 ?

First step is to check for a corrupt work-space. 第一步是检查损坏的工作空间。 Please refer to this awesome article on the Java Exit Code -805306369 . 请参阅Java退出代码-805306369上的这篇很棒的文章。 Essentially try re-naming your work-space so Eclipse opens without using it to see if it loads up. 本质上,请尝试重命名您的work-space以便在不使用Eclipse打开Eclipse来查看它是否已加载。

If it does load up then you can import your projects into the new "un-corrupted" work-space. 如果确实加载,则可以将项目导入到新的“未损坏”工作空间中。


If that wasn't the issue then it's possible that Eclipse is attempting to use the wrong javaw executable. 如果这不是问题,那么Eclipse可能尝试使用错误的javaw可执行文件。

Try to specify the path by right clicking on Eclipse shortcut, properties, in target field enter: 尝试通过右键单击Eclipse快捷方式,属性来指定路径,在目标字段中输入:

"C:\<Eclipse Path>" -vm "C:\<Path to javaw>"

For <Eclipse Path> enter the path to your Eclipse program. 对于<Eclipse Path>输入Eclipse程序的路径。 Example: C:\\Program Files (x86)\\Eclipse\\eclipse.exe . 示例: C:\\Program Files (x86)\\Eclipse\\eclipse.exe

For <Path to javaw> enter the path to your javaw executable. 对于<Path to javaw>输入javaw可执行文件的路径。 Example: C:\\Program Files\\Java\\jdk1.8.0_05\\bin . 示例: C:\\Program Files\\Java\\jdk1.8.0_05\\bin

This should specify which javaw to use, if it works then it will confirm that your Eclipse is using a different one. 这应该指定要使用的javaw ,如果可以正常工作,它将确认您的Eclipse使用的是其他Javaw。


Side Note: I'm not sure if you're aware - but for things like this surrounding the -805306369 with "" in Google will make sure it finds pages with that exact string in them. 边注:我不知道,如果你知道-但这样的事情围绕着-805306369""Google将确保它会发现在他们确切的字符串的网页。 Very useful so you don't get thousands of pages on other Java exit codes. 非常有用,因此您不会在其他Java退出代码上获得成千上万的页面。 Hope it helps! 希望能帮助到你!


声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM