Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » It is indirectly referenced from .class in eclipse
It is indirectly referenced from .class in eclipse [message #235993] Wed, 20 June 2007 05:34 Go to next message
Eclipse UserFriend
Originally posted by: chaitannyam.yahoo.co.uk

why that error comes ?
Re: It is indirectly referenced from .class in eclipse [message #235999 is a reply to message #235993] Wed, 20 June 2007 07:10 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: alexjaquet.gmail.com

chaitannya a écrit :
> why that error comes ?

A class is referrenced and the dependencies are not defined so you need
to add dependencies.
Re: It is indirectly referenced from .class in eclipse [message #236005 is a reply to message #235993] Wed, 20 June 2007 07:21 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: alex_blewitt.yahoo.com

That's when A.class -> B.class, and B.class -> C.class, but you don't have C.class. So although A's dependency is directly met (you can see B), it's not possible to resolve B, since it requires C.

Alex.
Re: It is indirectly referenced from .class in eclipse [message #236055 is a reply to message #235993] Wed, 20 June 2007 14:05 Go to previous message
Eclipse UserFriend
Originally posted by: none.ibm.com

This is most often due to a limitation in the way PDE handles classpaths for
external plug-ins. You can fix it by either adding the unneeded dependency,
or by importing the dependent plug-in as a binary project, which allows it
to have its own "node" in the classpath chain.

"chaitannya" <chaitannyam@yahoo.co.uk> wrote in message
news:1483634208.1721182317690525.JavaMail.root@cp9.dzone.com...
> why that error comes ?
Previous Topic:How to connect multiplicities in a UML class diagram
Next Topic:Zoom working strange with text
Goto Forum:
  


Current Time: Fri Apr 26 22:17:11 GMT 2024

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

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

Back to the top