这个错误问题是因为循环依赖,两个项目互相都有依赖关系,不会造成编译错误,只需要配置一下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-11-22 18:11:03 发布
本文介绍了解决Eclipse中因项目间循环依赖导致的问题的方法。通过调整设置将该问题从错误级别降低到警告级别,确保项目的正常编译。
1315

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



