Search code examples
eclipseworkspace

How to delete non-exist project from Eclipse


I have a non-exist project which I am unable to remove from Eclipse. I am just checking if there is any other way to remove it.

Process of deleting project I am using:

Selecting project -> right click -> select delete -> follow the wizards

Result: a fatal error occured while performing the refactoring found-problem client-target does not exist anymoreenter image description here

enter image description here


Solution

  • You may try this :

    • Close your workspace :
    • Delete the dir client-target from <workspaceDir>\.metadata\.plugins\org.eclipse.core.resources\.projects
    • Open your workspace

    And should be good