Eclipse: fully remove an old project?

前端 未结 9 1966
难免孤独
难免孤独 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:53

    I am running Eclipse Kepler on OS X Mountain Lion, and I had a similar problem. I deleted a project and tried to recreate it in the same location. Eclipse gave me an error saying that the project already existed. I discovered that if I close Eclipse after deleting a project, then reopen it, Eclipse finally 'forgets' the deleted project and allows me to re-create it.

    (This question was posted over 1.5 years ago, and I'm guessing that Bruno already tried this and it didn't work. I just want to let others know that this solution worked for me now on Kepler.)

    0 讨论(0)
  • 2021-01-07 19:58

    Delete the project from /.metadata/.plugins/org.eclipse.core.resources/.projects and not the whole .metadata folder will save all other projects and config.

    0 讨论(0)
  • 2021-01-07 19:59

    maybe you can try to delete the folders: "/your_workspace/.metadata/.plugins/org.eclipse.core.resources" "/your_workspace/ProjectName"

    0 讨论(0)
提交回复
热议问题