Some projects cannot be imported because they already exist in the workspace error in Eclipse

前端 未结 30 2615
予麋鹿
予麋鹿 2020-11-28 01:36

I am trying to import a project that me and my co-worker have been working on.. and keep getting this error after I select-- \"import\" then \"import existing project\" then

30条回答
  •  遥遥无期
    2020-11-28 02:13

    This is what i have noticed for the above issue :- If the checkout folder (folder where your pom project resides) is same as the eclipse workspace folder then i am getting this issue

    SOLUTION

    when i used a separate workspace folder for importing the project, eclipse did worked smoothly :)

提交回复
热议问题