Eclipse News "Some projects can not be imported because they already exist in the workspace" wrong solution

Disclaimer: This article is a blogger original article, shall not be reproduced without the bloggers allowed. https://blog.csdn.net/qq_36396763/article/details/90603964

“Some projects cannot be imported because they already exist in the workspace”。

This problem usually occurs because your workspace wrong, you can do this, Eclipse:

  1. Open Window-Preferences-General-Workspace, you can see that you previously used workspace.
  2. Check the figure where the red box marked, click Apply And Close, and then restart the Eclipse.
    Here Insert Picture Description
  3. At this point open again, it will prompt you to select the workspace, select an available work space (that is, on a file in your project folder) can be.
    General operating here your project will be normal.

If you open Eclipse found not just report the error, but you still can not load the project, suggesting that "you can not find the code", do this:

  1. The Eclipse of engineering deleted (but do not check and delete files on the disk, which will take you directly to the project deleted)
  2. Click File-Import- import existing project

Here Insert Picture Description

  1. Select your project path and check "copy the project to a workspace"
    Here Insert Picture Description
  2. Click Finish. At this time, your project will return to normal.
软件测试工程师一只,也在不断的学习阶段,平时的小经验不定期分享。
博主经验有限,若有不足,欢迎交流,共同改进~
愿与同在CSDN的你共同进步。

Guess you like

Origin blog.csdn.net/qq_36396763/article/details/90603964