A cycle was detected in the build path of project
生活随笔
收集整理的這篇文章主要介紹了
A cycle was detected in the build path of project
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
解決Eclipse中Java工程間循環引用而報錯的問題
如果我們的項目包含多個工程(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
總結
以上是生活随笔為你收集整理的A cycle was detected in the build path of project的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 杭电1232畅通工程
- 下一篇: 并查集杭电1272小希的迷宫