解决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
相关文章
- 11-12No proposals have been found to fix the unresolvable reference to 'Exception'.Click here to manually configure the build path of project xxx.
- 11-12[转载]A cycle was detected in the build path of project
- 11-12Android_NDK问题:APP_BUILD_SCRIPT points to an unknown file:
/jni/Android.mk - 11-12【添加tomcat里lib下的jar包】eclipse中The project cannot be built until build path errors are resolved
- 11-12转:问题解决:The project cannot be built until build path errors are resolved
- 11-12The project was not built since its build path is incomplete. Cannot find the class file for java.lang.Object
- 11-12eclipse svn插件卸载 重新安装 Subclipse卸载安装 The project was not built since its build path is incomplete This client is too old to work with the working copy at
- 11-12Java问题解决:The project cannot be built until build path errors are resolved
- 11-12eclipse svn插件卸载 重新安装 Subclipse卸载安装 The project was not built since its build path is incomplete This client is too old to work with the working cop
- 11-12eclipse中java项目的build path详解(转载)