eclipse IDE中:
Windows -> Preferences -> Team -> Ignored Resources里点 “Add Pattern”。
依次添加上:
target
*.settings
.classpath
.project
然后再"运用"-->"确定",重新编译代码即可
本文介绍如何在 Eclipse IDE 中设置忽略特定文件和目录,包括 target、*.settings、.classpath 和 .project,通过 Windows->Preferences->Team->IgnoredResources 进行配置,以优化代码编译过程。
eclipse IDE中:
Windows -> Preferences -> Team -> Ignored Resources里点 “Add Pattern”。
依次添加上:
target
*.settings
.classpath
.project
然后再"运用"-->"确定",重新编译代码即可

被折叠的 条评论
为什么被折叠?