SET NUTCH_HOME=F:\nutch-0.7 SET LIB=%NUTCH_HOME%\lib java -classpath %NUTCH_HOME%\conf\;%NUTCH_HOME%\nutch-0.7.jar ;%NUTCH_HOME%\plugins\;%LIB%\concurrent-1.3.4.jar;%LIB%\jakarta- oro-2.0.7.jar;%LIB%\jetty-5.1.2.jar;%LIB%\junit-3.8.1.jar;%LIB%\lucene- 1.9-rc1-dev.jar;%LIB%\lucene-misc-1.9-rc1-dev.jar;%LIB%\servlet-api.jar ;%LIB%\taglibs-i18n.jar;%LIB%\xerces-2_6_2-apis.jar;%LIB%\xerces-2_6_2.jar org.apache.nutch.tools.CrawlTool urls.txt -dir test.out -depth 2 -threads 3
In the above thing ,it should be ;%NUTCH_HOME%\build\plugins\ I guess Rgds Prabhu On 2/7/06, Saravanaraj Duraisamy <[EMAIL PROTECTED]> wrote: > > u build the application > and u will get a build folder > add that folder to your class path > > On 2/7/06, 盖世豪侠 <[EMAIL PROTECTED]> wrote: > > > > Hi > > > > Do you mean I should create a dir called build and move dir plugins in? > > It seems it doesn't work either > > > > > > 2006/2/7, Saravanaraj Duraisamy <[EMAIL PROTECTED]>: > > > > > > Add build\plugins > > > to your classpath > > > > > > On 2/7/06, 盖世豪侠 <[EMAIL PROTECTED]> wrote: > > > > > > > > I try to run nutch using command line and I've add the plugins dir > to > > > the > > > > classpath. > > > > > > > > SET NUTCH_HOME=F:\nutch-0.7 > > > > SET LIB=%NUTCH_HOME%\lib > > > > java -classpath %NUTCH_HOME%\conf\;%NUTCH_HOME%\nutch-0.7.jar > > > > ;%NUTCH_HOME%\plugins\;%LIB%\concurrent-1.3.4.jar;%LIB%\jakarta- > > > > oro-2.0.7.jar;%LIB%\jetty-5.1.2.jar;%LIB%\junit-3.8.1.jar > > ;%LIB%\lucene- > > > > 1.9-rc1-dev.jar;%LIB%\lucene-misc-1.9-rc1-dev.jar;%LIB%\servlet- > > api.jar > > > > ;%LIB%\taglibs-i18n.jar;%LIB%\xerces-2_6_2-apis.jar > > > ;%LIB%\xerces-2_6_2.jar > > > > org.apache.nutch.tools.CrawlTool urls.txt -dir test.out -depth 2 > > > -threads > > > > 3 > > > > > > > > But I get the following error: > > > > 060207 141014 Plugins: directory not found: plugins > > > > > > > > > > > > > > > > > > > > -- > > > > > 《盖世豪侠》好评如潮,让无线收视居高不下,无线高兴之余,仍未重用。周星驰岂是池中物,喜剧天分既然崭露,当然不甘心受冷落,于是转投电影界,在大银幕上一展风采。无线既得千里马,又失千里马,当然后悔莫及。 > > >
