【发布时间】:2014-11-14 16:41:15
【问题描述】:
我有两个不同版本的 Eclipse,它们都停止了对我的工作,我使用的是 Windows 7 家庭高级版,我拥有的 Eclipse 版本是 Eclipse Luna 4.4 和 Eclipse Juno。我已经做了以下事情来纠正错误,但我没有收到崩溃报告或任何东西。我尝试过以下顺序:
Restarting my computer,
Deleting eclipse and reinstalling,
From command running
Eclipse.exe -clean
Eclipse.exe -clean -clearPersistedState
Eclipse.exe -debug
I have also checked my JAVA_HOME environment variable which is properly set, and the PATH environment
Variable which is also properly set. Still not sure what is going on.
:::EDIT:::
Ok I did Find a report on my windows compatibility checker saying that the application
is incompatible with windows and the repair the issue section failed to repair it.
I do know that two days ago I was working in the eclipse environment without a problem.
When I got home yesterday my machine showed that there had been new updates installed. I
didn't have any issues until yesterday. So I guess my next question is how do I find what
made the application incompatible with my machine, and if it was the updates how do I reverse
them so that I can get my IDE back, I could switch to Netbeans But I prefer to not have to do
so It just doesn't make any sense to do so if I could somehow manage to get eclipse working
again.
所有都给我相同的结果,快速闪烁我想象的 Eclipse 启动屏幕,就是这样,所以我的问题是我在哪里可以找到崩溃或调试报告(如果是由 Eclipse 生成的)其他明智的有没有人知道可能发生了什么。
【问题讨论】:
-
日志文件必须在eclipse目录下,与eclipse.exe一个
-
@Nabin 我在 eclipse 文件夹或 eclipse 主目录中的任何目录中都找不到日志文件
-
从控制台启动 eclipsesec.exe 并粘贴输出。
-
没有输出同样的问题一闪而死
-
如果只有 Windows 附带的 strace/dtrace。 :)
标签: java eclipse development-environment