Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » A cycle was detected in the classpath
A cycle was detected in the classpath [message #114327] Thu, 06 November 2003 14:46 Go to next message
Eclipse UserFriend
Originally posted by: jkesavan.covansys.com

Hi All,
I am a new user to eclipse ide.
When i try to compile my project, i get error saying that a cycle was
detected in the classpath and the project was not built to classpath
errors.

I searched in google and it directed me to the following link.
http://dev.eclipse.org/newslists/news.eclipse.tools/msg62044 .html

Also, i came across a ibm developer works article.
The link is
http://www7b.software.ibm.com/wsdd/library/techarticles/0303 _searle/searle.html
Accordingly, I even changed the build order in the window-->
preferences-->build order.

It didn't work.

Please direct me and clarify me in this regard.
Do i need to provide further info?
Thanks in advance.
Regards,
Janarthanan Kesavan.
Re: A cycle was detected in the classpath [message #114506 is a reply to message #114327] Thu, 06 November 2003 20:22 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.NO.SPAM.us.ibm.com

A cycle means you have two projects which depend on each other. It may
not be direct to each, but somewhere along the requirements chain two
projects point both directions to each other. By default this is
considered an error. It should be avoided whenever possible.

However, if you must have this condition, then you would go to
Window->Preferences->Java->Code Generation and one of the tabs has a
combobox that is labeled something about circular dependencies. You
would change the combo box from Error to Warning.

--
Thanks, Rich Kulp

Previous Topic:adding a statement to every method on a type
Next Topic:ActionListener
Goto Forum:
  


Current Time: Thu Jan 02 16:15:26 GMT 2025

Powered by FUDForum. Page generated in 0.05372 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top