How do I read and understand the build path cycle in Eclipse IDE?

123 Views Asked by At

Eclipse gives me this error in one of my projects:

One or more cycles were detected in the build path of project 'a'. The paths towards the cycle and cycle are:
a->{b, c, d}
a->{e, b, f}

where a-f are projects in the workspace.

I don't see a cycle here so I can't solve it. How do I read and understand this error message?

0

There are 0 best solutions below