A cycle was detected in the build path of project
程序员文章站
2022-04-28 09:23:05
...
这个错误问题是因为循环依赖,两个项目互相都有依赖关系,不会造成编译错误(既然不会造成编译错误:直接可以不用理会。),当然也可以如下操作:只需要配置一下Eclipse把它降为Warning
打开Windows>Preferences > Java > Compiler > Building > Build path problems > Circular dependencies 从下拉菜单把Error改成Warning
Preferences > Java > Compiler > Building > Build path problems > Circular dependencies
推荐阅读
-
【eclipse】eclipse报错:the resource is not on the build path of a java project
-
报错:this compilation unit is not on the build path of a Java project
-
The project was not built since its build path is incomplete. Cannot find the class file for java.l
-
Eclipse报错:this compilation unit is not on the build path of a java project
-
this compilation unit is not on the build path of a Java project
-
A cycle was detected in the build path of project
-
The project was not built since its build path is incomplete. Cannot find the class file for javax.e
-
【eclipse】eclipse报错:the resource is not on the build path of a java project
-
Eclipse: Error (Bytecode Outline) SOURCE FILE [in PROJECT] is not on its project's build path