解决Eclipse中Java工程间循环引用而报错的问题

时间:2014-06-20 08:57:36   收藏:0   阅读:525

如果myeclipse  报如下错误 

A cycle was detected in the build path of project

 

如果我们的项目包含多个工程(project),而它们之间又是循环引用的关系,那么Eclipse在编译时会抛出如下一个错误信息: 
“A cycle was detected in the build path of project: XXX” 
解决方法非常简单: 
Eclipse Menu -> Window -> Preferences... -> Java -> Compiler -> Building -> Building path problems -> Circular dependencies -> 将Error改成Warning

解决Eclipse中Java工程间循环引用而报错的问题,布布扣,bubuko.com

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!