Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Plugin Dependancy Problems
Plugin Dependancy Problems [message #462889] Fri, 02 February 2007 01:16 Go to next message
Eclipse UserFriend
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 06:22 Go to previous message
Eclipse UserFriend
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: Wed May 07 04:16:04 EDT 2025

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

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

Back to the top