how do I delete an Eclipse project when I’ve already deleted the folder and contents?

How do I fully delete an Eclipse project when I’ve already deleted the folder and contents? I want to do this so that I can reuse the project name.

Answer

Try removing directly the project within your workspace, within:

<workspace>\.metadata\.plugins\org.eclipse.core.resources\.projects\

as mentioned in “Where in an Eclipse workspace is the list of projects stored?

Attribution
Source : Link , Question Author : H2ONaCl , Answer Author : Community

Leave a Comment