eclipse打不开,开机闪屏但打不开

Kur*_*urt 3 eclipse android

我刚去打开Eclipse,它不会打开。启动屏幕闪烁,然后消失,Eclipse 永远不会打开。我的任务管理器未将 Eclipse 显示为活动应用程序。

我下载了新版本的 Eclipse,但仍然遇到同样的问题。

到目前为止,我对 Eclipse 没有任何问题,并且不记得我上次使用它时有任何关闭它的问题。

我收到的 metadata.log 错误说明如下,尽管我不确定如何解释/修复:

!ENTRY org.eclipse.ui.workbench 4 0 2013-01-04 16:42:46.844
!MESSAGE Widget disposed too early!
Run Code Online (Sandbox Code Playgroud)

有没有人遇到过这个问题?关于它可能是什么的任何想法?

Kur*_*urt 5

I have solved this problem, although in a less than efficient way.

In the eclipse.ini the location of the java.exe is specified. Usually the default location is fine but sometimes things can happen that causes this to not work and you need to specify the location of it. This is my laymans interpretation of what can be found here: http://wiki.eclipse.org/Eclipse.ini

So to solve the problem I needed to change the default location in the .ini file to something that would work. I couldn't quite crack this though, so I downloaded a new version of the JDK and Eclipse, so that the default location will work again.

Eclipse 现在再次正常运行。

  • 做得好。您应该接受这个答案作为解决方案,以便其他人可以快速找到有效的方法。 (3认同)