入门篇

工具使用

Eclipse的使用

Eclipse无法导入已经存在于工作空间的项目

问题:
Eclipse导入已经存在于工作空间的项目,结果无法导入如下图
在这里插入图片描述

问题描述:
导入窗口提示“”Some projects cannot be imported because they already exist in the workspace “”。出现的原因是:eclipse导入项目后是在工作空间运行该项目,当勾选了“Copy project into workspace”,便会把项目拷贝到指定的工作空间。此时工作空间就存在了该项目,若此时在导入相同项目(工作空间或其他路径的项目),若还勾选“Copy project into workspace ”,则结果是无法导入项目

解决办法:
去掉“Copy project into workspace”的勾选,在点击 refresh重新刷新
在这里插入图片描述

结果:

在这里插入图片描述

相关文章:

  • 2021-12-15
  • 2022-01-15
  • 2021-12-15
  • 2022-12-23
  • 2021-09-27
  • 2021-11-15
  • 2021-08-05
猜你喜欢
  • 2021-09-29
  • 2022-01-12
  • 2022-12-23
  • 2021-07-25
  • 2022-12-23
  • 2021-12-04
  • 2021-12-15
相关资源
相似解决方案