更新了 Eclipse 4.2 导入原有项目 报错 Source folder ''{0}'' in project ''{2}'' cannot output to distinct source folder ''{1}'' 意思是 输出文件夹不能是源文件夹。解决方案是 修改设置 Window-Preferences-Java-Complier-Building-Build path problems-Output location overlaps sourcr location 由Error改为Waning或Ignore
Source folder ''{0}'' in project ''{2}'' cannot output to distinct source folder
最新推荐文章于 2021-08-30 21:06:57 发布
解决Eclipse4.2中更新项目时出现的错误提示:源文件夹与输出文件夹重复的问题。通过调整编译设置,将错误级别从Error更改为Warning或忽略,从而避免编译失败。
5875

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



