Eclipse Error:A cycle was detected in the build path of project

这个错误问题是因为循环依赖,两个项目互相都有依赖关系,不会造成编译错误,只需要配置一下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

你可能感兴趣的:(Java)