Hi there are several way to add a jar to build path One and simpliest way is to globally add it to <nutch_root>/lib folder. All jars will be added to compile classpath and deployed. But this approach will add the jars globally.
If you don't need them for all plugins you can add them to plugin only. Check for example tika-parser which adds a lot of jars. Jars are added by plugin.xml file. Best Regards Alexander Aristov On 8 July 2012 13:52, Prasanna. Suman <[email protected]> wrote: > I am writing a plugin for nutch for which I need to use external libraries > like google's guava. I am using eclipse and I know how to add libraries to > build paths under normal conditions. But somehow I am not able to do this > with nutch. Do you guys have any idea? Also how do we do this in > commandline. I use Debian and open jdk. Thanks, > > -- > -- > -- > Prasanna Suman > > #"Any program is only as good as it is useful." - Linus Torvalds >

