问题描述
我的Eclipse崩溃了,现在只花了一个小时的工作集就丢失了。
My Eclipse crashed, and a working set which I'd just spent an hour setting up is now missing.
但是当我尝试创建一个新的工作集时用相同的名称表示已经存在具有该名称的工作集。
But when I try and create a new working set with the same name, it says "A working set with that name already exists."
因此,如果存在,它在哪里?我无法在工作区中找到它...
如果不存在,为什么不能创建一个同名的新东西呢?
So if it exists, where is it? I can't find it in my workspace...If it doesn't exist, why can't I create a new one of the same name?
我尝试刷新工作区(F5),然后运行./eclipse -clean-不高兴。
I've tried refreshing my workspace (F5), and running ./eclipse -clean - no joy.
推荐答案
A小技巧解决了问题:)
(面向Web开发人员的Eclipse Java EE IDE,版本:Indigo Service Release 1)
A little hack solved it :)
(Eclipse Java EE IDE for Web Developers, Version: Indigo Service Release 1)
-
选择一个项目,右键单击它。
Choose a project, right click on it.
分配工作集...
在工作集分配窗口中:取消选中仅显示Package Explorer工作集复选框,然后瞧:这里有消失的工作集。
In Working Set Assignments window: uncheck the checkbox called "Show only Package Explorer working sets" ... and voila: there is the disappeared working set.
检查工作集,然后单击确定->工作集将出现在Package Explorer中。
Check that working set and Click "OK" -> Working set will appear in Package Explorer.
这篇关于Eclipse工作集丢失的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!