Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Plug-in Classpath
Plug-in Classpath [message #99842] Fri, 25 July 2003 06:23 Go to next message
Eclipse UserFriend
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 Go to previous message
Eclipse UserFriend
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
Previous Topic:Need your help
Next Topic:where is the index dir of infocenter
Goto Forum:
  


Current Time: Thu Jul 17 22:25:32 EDT 2025

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

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

Back to the top