Adding things to the classpath in Eclipse won't help. Look into
NUTCH_HOME/src/plugin/parse-swf/plugin.xml. That plugin uses an external
jar : javaswf.jar. This applies if you want the jar to be with the codebase.
If your jar needs to be picked up from maven repo, you will have to specify
it in ivy.xml and plugin.xml.


On Fri, Jun 14, 2013 at 12:43 AM, imran khan <imrankhan.x...@gmail.com>wrote:

> I need that jar in one of my custom Nutch Plugin.
>
>
> On Fri, Jun 14, 2013 at 12:20 PM, imran khan <imrankhan.x...@gmail.com
> >wrote:
>
> > Greetings,
> >
> > I want to add 3rd party jar file in my existing Nutch 2.x source. I have
> > tried adding it in Libraries dialog of my Eclipse via 'Add External Jars'
> > but I am still getting of pakacage errors on import of that jar on
> > sourcefile  where I want to use this Jar.
> >
> > Could you please help me in adding 3rd party Jar to my Nutch 2.x source
> in
> > Eclipse.
> >
> > Regards
> > Imran
> >
>

Reply via email to