转载链接:https://www.cnblogs.com/mkl34367803/p/8572667.html

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

Eclipse导入项目的时候提示Some projects cannot be imported because they already exist in the workspace

我看了一个下我的工程的名字,在eclipse的workspace目录下的D:\WorkSpace\eclipse\.metadata\.plugins\org.eclipse.core.resources\.projects

并没有找到同名的工程的文件夹。我的工程的名字叫TS_Servicing

Some projects cannot be imported because they already exist in the workspace原因

 

原来,eclipse判断一个工程是否重复,是通过工程目录下的.project文件来决定的。里面有个name属性,原来是name重复了就算重复了

Some projects cannot be imported because they already exist in the workspace原因

相关文章:

  • 2021-09-01
  • 2021-08-20
  • 2022-02-07
  • 2021-09-29
  • 2021-08-20
  • 2021-06-15
  • 2021-11-15
猜你喜欢
  • 2021-05-26
相关资源
相似解决方案