Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Plug-in dependency within a feature
Plug-in dependency within a feature [message #143136] Mon, 13 October 2003 17:05 Go to next message
Eclipse UserFriend
Originally posted by: gena.dukascopy.com

I build a feature which includes two of my own custom plug-ins. One of
these plugins requires the other to function.
When I install the feature (using either of the available techniques), the
functionality of the first plug-in works fine. But when I run
functionality of the second one (which is dependent on the first),
NoClassDefException is thrown indicating that this second plug-in cannot
get in touch with the classes of the first.

My question: What are other things to do (other than just declare that one
plug-in depends on the other) so that both plug-ins can function once they
get installed with the feature?
Re: Plug-in dependency within a feature [message #143181 is a reply to message #143136] Mon, 13 October 2003 17:45 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.NO--SPAM.us.ibm.com

Did you make sure that on plugin A (the first one) that you had
export="*" on the <libraries> statement? If you don't do that it won't
be visible to plugin B.

Rich
Previous Topic:EMF file access outside of workbench
Next Topic:IFile ???
Goto Forum:
  


Current Time: Mon Sep 16 23:17:46 GMT 2024

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

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

Back to the top