0

I am trying to run my projects in Eclipse, whenever I used to run any program a window appear and it shows that project is launching and building.

This never happened before. In fact, it was working very okay an hour before but now, even for old created project it showing this and not moving ahead.

Is this a general thing happened in eclipse as I haven't seen this before.

I want to get out of this to move ahead and to run the project.

The Launcher looks like this :

The progress bar is not moving ahead

The progress Bar is also not moving ahead if it's building the project.

4

2 回答 2

0

看到绝对是正常的;有时我一天会看到两到三遍。如果启动过程正在等待任何东西或预计需要超过几秒钟,它就会显示出来。

在您的情况下,它似乎卡在“构建工作区”上,当您打开 Eclipse 时会发生这种情况。您在 Eclipse 中拥有的项目越多,您拥有的工作区部分(选项卡组)越多,构建工作区所需的时间就越长。因此,我猜测您试图在 Eclipse 打开的一两分钟内启动一个项目。我对吗?

如果是这种情况,请稍等,然后观察右下角(屏幕截图中显示“启动时钟”的位置)。当它显示它已停止尝试执行启动任务时,您应该很高兴。

如果 Eclsipse 已经打开了一段时间,那么可能 Eclipse 正忙于处理其他垃圾并称其为“构建工作空间”。也许很难理解如何处理您的一个项目,因此请检查编译器错误。您还可以尝试“清理”您的项目(项目 -> 清理)。

如果这也失败了...嗯...我敢肯定在您到达这一点之前还有其他选择,但您可能需要重新安装 Eclipse。我想有可能在 Eclipse 的阴暗角落,文件已损坏,导致 Eclipse 挂起需要丢失/错误文件的任务。但在你走到这一步之前,让你获得第二或第三意见,因为我可能会错过一些比我已经列出的更简单的导致 Eclipse 挂起的原因。

于 2013-07-08T18:37:53.230 回答
0

我找到了解决方案。

我不知道错误是什么以及为什么它显示启动器窗口并卡在那里。但是,我使用任务管理器强行停止了 Eclipse,然后重新启动它。

重新启动时花了几分钟(比平时多),我完成了它。现在它工作正常。

重新安装 Eclipse 也可以,但我在重新安装或升级之前尝试过。

于 2013-07-08T18:51:49.263 回答