Cycle in Eclipse

Posted by Sebi on Stack Overflow See other posts from Stack Overflow or by Sebi
Published on 2010-05-05T23:09:18Z Indexed on 2010/05/05 23:18 UTC
Read the original article Hit count: 223

Filed under:
|

If I open two Java projects in Eclipse which depend on each other, I have to add dependencies between these two projects in the Build Path (Properties -> Java build path). This works fine for one way, but why doesn't allow Eclipse to set the dependencies vice versa? The following error message occurs:

A cycle was detected in the build path of project 'A'

and

A cycle was detected in the build path of project 'B'

I know what's causing this error but i wonder why exactly this isn't allowed. Thanks.

© Stack Overflow or respective owner

Related posts about java

Related posts about eclipse