Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Plugin Dependancy Problems
Plugin Dependancy Problems [message #462889] Fri, 02 February 2007 06:16 Go to next message
Srivatsan is currently offline SrivatsanFriend
Messages: 55
Registered: July 2009
Member
Hello All,
Am creating three plugins say A, B n C. A has gotta dependancy on B and B
has gotta dependancy on C.

Am trying to access a class in C from A through B. (As class A has an
indirect dependency on C). is it possible that way?

I have put a dependency of plugin B and plugin C in plugin A, with plugin
C higher in order than plugin B in the dependency list.

When I try to run plugin A it throws an NoClassDefinitionFound error for
a Class in plugin C.

Is my understanding about plugin dependencies correct!

kindly help.

regards,

Srivatsan
Re: Plugin Dependancy Problems [message #462919 is a reply to message #462889] Fri, 02 February 2007 11:22 Go to previous message
Alex Blewitt is currently offline Alex BlewittFriend
Messages: 946
Registered: July 2009
Senior Member
No, the whole point of bundling is that A doesn't know that it depends on C, and so can't see the classes.

There's no reason why A can't also directly depend on C, or that B couldn't re-export the dependency on C, but it doesn't happen by default for very good reasons.

Alex.

PS "got a", not "gotta" :-)
Previous Topic:ErrorLog-View includation?
Next Topic:Launching RCP Application via java webstart seems to do nothing
Goto Forum:
  


Current Time: Tue Sep 10 11:45:58 GMT 2024

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

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

Back to the top