Question

I have deleted a project folder with filesystem utilities, but it is still listed in a project explorer of Eclipse Helios. How to delete project from there too?

Deletion from .metadata.plugins\org.eclipse.core.resources.projects does not help (i.e. folders are deleted from there too, but listed in project explorer nevertheless).

Was it helpful?

Solution

The solution was to "refresh" project explorer. Not sure if it is required to delete folders first, but after it was done and after refresh, Eclipse explicitly asked to remove absent projects.

OTHER TIPS

Can't you just right click in the project explorer and select delete?

In future, use the Eclipse option to delete projects (it also gives you the option of deleting from the file system or not).

The problem can arise when you have deleted a project, but did not click the "delete project contents on disk(cannot be undone)". The project exists in a kind of limbo. If you get errors reported on this project, then in the "Problems" tab click on the "Resources" line and "Show in.." project explorer. Now you can really delete it.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top