nova-

学校做的项目老师会导入到Eclipse下查看。

使用idea做的项目直接导入eclipse会发生问题(file-Export to Eclipse)

让Eclipse兼容idea项目,或者直接导入idea项目。按照官方的说法有很多方式(https://www.jetbrains.com/idea/webhelp/exporting-intellij-idea-projects-to-eclipse.html)

然后我只用了官方说法的其中一直,就是选择你的model的兼容模式

CTRL + SHIFT + ALT + S键 (即File>Project Structure)

然后选择的要兼容Eclipse的model,Dependencies选项, Dependencies storage format选项,下拉菜单选择Eclipse (.classpath).

 

然后Eclipse下直接导入model文件夹。

 

分类:

技术点:

相关文章:

  • 2021-09-25
  • 2021-09-25
  • 2021-11-30
  • 2021-11-30
  • 2021-12-10
  • 2021-12-10
  • 2021-12-10
  • 2021-12-10
猜你喜欢
  • 2021-12-10
  • 2021-12-10
  • 2021-11-30
  • 2021-11-30
  • 2021-12-10
  • 2021-06-21
  • 2021-12-10
相关资源
相似解决方案