Loop in Eclipse
If I open two Java projects in Eclipse that depend on each other, I have to add the dependencies between the two projects in the build path (Properties -> Java build path). This works great for one way, but why doesn't Eclipse let you install dependencies the other way around? The following error message appears:
Project cycle "A" was found in build path
and
Project cycle "B" was found in the build path
I know what is causing this error, but I am wondering why exactly this is not allowed. Thanks.
+2
anon
a source
to share
3 answers