Eclipse: fully remove an old project?

前端 未结 9 1997
难免孤独
难免孤独 2021-01-07 19:07

I run eclipse on Ubuntu 11.10. I originally created a project in folder foo. I subsequently deleted that project to re-organise folders and I now want to cr

9条回答
  •  星月不相逢
    2021-01-07 19:41

    In general, the deleting the project from the "/.metadata/.plugins/org.eclipse.core.resources/.projects" should work, but if you're using 'working sets', you might have the problem I had once, which is basically have a 'ghost' project in your workspace that you can't delete because it says "this project doesn't exist anymore".

    If this is your problem, try to delete an entry for your 'ghost project' in the file:

    "/.metadata/.plugins/org.eclipse.ui.workbench/workingsets.xml" (on MacOS).

提交回复
热议问题