eclipse(保存工作台状态)
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/10880184/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
eclipse (Saving workbench state)
提问by Dezigo
I have a problem with Eclipse.
Sometimes when I try to close 'Eclipse', the progress bar stops and doesn't move..
Saving workbench state.
我的 Eclipse 有问题。
有时,当我尝试关闭'Eclipse' 时,进度条会停止并且不移动..
保存工作台状态。
The only way to end a proccess it's kill it.
Print screen attached.
结束进程的唯一方法是杀死它。
附打印屏幕。
回答by SnowInRain
I meet the same probelm , I had to kill the proccess of eclipse and restart it , it worke again.
我遇到了同样的问题,我不得不杀死 eclipse 的进程并重新启动它,它再次工作。
回答by Guenther Schmitz
Had the same issue and solved it as follows (on Linux):
有同样的问题并解决如下(在 Linux 上):
- Kill and restart Eclipse
- Identify which project causes this issue by right-clicking each open project and select "Close Project" (the one that doesn't close is causing this behaviour)
- Right-click the project and select "Delete" (be sure notto check the option to remove the files!)
- Close (and kill if needed) Eclipse
- Open the folder where the project you identified is located at and remove the (hidden) folder ".settings" and the files ".buildpath" and ".project"
- Start Eclipse and add the project
- 杀死并重新启动 Eclipse
- 通过右键单击每个打开的项目并选择“关闭项目”(未关闭的项目导致此行为)来确定导致此问题的项目
- 右键单击项目并选择“删除”(确保 不要选中删除文件的选项!)
- 关闭(并在需要时杀死)Eclipse
- 打开您确定的项目所在的文件夹并删除(隐藏)文件夹“.settings”以及文件“.buildpath”和“.project”
- 启动Eclipse并添加项目
回答by Glenn Grabbe
I was also having this problem. I went and closed several projects in my workspace and now it exits quickly.
我也遇到了这个问题。我去关闭了我工作区中的几个项目,现在它很快退出了。