You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@nutch.apache.org by Miao Liqiang NCS <lq...@ncs.com.sg> on 2008/05/15 12:40:35 UTC

Run nutch crawling in windows without cygwin

Is it possible to run nutch crawling in windows without cygwin, for
example, call nutch api directly in java application?


Re: Run nutch crawling in windows without cygwin

Posted by Xue Yong Zhi <xu...@gmail.com>.
Yes you can. If you look at bin/nutch script, it is just a wrapper of a
bunch of 'java [class]' calls and it helps you to setup classpath.


On 5/15/08, Miao Liqiang NCS <lq...@ncs.com.sg> wrote:
>
> Is it possible to run nutch crawling in windows without cygwin, for
> example, call nutch api directly in java application?
>
>