Plug-in Classpath [message #99842] |
Fri, 25 July 2003 06:23  |
Eclipse User |
|
|
|
Originally posted by: ppmenon.hotmail.com
Hi,
I am trying to develop a plug-in which uses the ISearchPage interface.
When I try to use the plug-in, an exception is thrown for ISearchPage,
NoClassDefFoundError. Do I need to explicitly provide search.jar in the
CLASSPATH, how do I do that ???
regards
pRaphul
|
|
|
Re: Plug-in Classpath [message #99900 is a reply to message #99842] |
Fri, 25 July 2003 10:02  |
Eclipse User |
|
|
|
Praphul M wrote:
> Hi,
> I am trying to develop a plug-in which uses the ISearchPage interface.
> When I try to use the plug-in, an exception is thrown for ISearchPage,
> NoClassDefFoundError. Do I need to explicitly provide search.jar in the
> CLASSPATH, how do I do that ???
You need to let the Eclipse runtime know that your plugin depends on the
org.eclipse.search plugin.
In your plugin.xml:
<requires>
<import plugin="org.eclipse.search"/>
...
</requires>
Jeff
|
|
|
Powered by
FUDForum. Page generated in 3.93740 seconds