这个错误问题是因为循环依赖,两个项目互相都有依赖关系,不会造成编译错误,只需要配置一下Eclipse把它降为Warning就可以了(We are software developers, we don’t care the warnings! 呵呵)
打开Windows>Preferences > Java > Compiler > Building > Build path problems > Circular dependencies 从下拉菜单把Error改成Warning
Preferences > Java > Compiler > Building > Build path problems > Circular dependencies
Eclipse Error:A cycle was detected in the build path of project
最新推荐文章于 2023-09-06 07:15:00 发布
本文介绍了解决Eclipse中因两个项目互相依赖而产生的循环依赖错误的方法,通过调整设置将其从错误级别降为警告级别。
1300

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



