You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by Sherjeel Niazi <sh...@softmatics.com> on 2009/03/20 13:27:21 UTC

Nutch on Eclipse How To?

Hi there,

I want to configure nutch on Eclipse.
Can you plz help me that how can I do so? From where can I download the
code, jar files etc.


Thanks,
Sherjeel.

Re: Nutch on Eclipse How To?

Posted by Bartosz Gadzimski <ba...@o2.pl>.
Sherjeel Niazi pisze:
> I am working on Windows.
>
Ok, so you have to download:
cygwin: http://www.cygwin.com/setup.exe
nutch (from trunk) 
http://hudson.zones.apache.org/hudson/job/Nutch-trunk/758/artifact/trunk/build/nutch-2009-03-20_04-01-47.tar.gz

Install cygwin and set PATH variable for it.

It's in control panel, system, advanced tab, environment variables end 
edit/add PATH
I have in PATH like:
C:\Sun\SDK\bin;C:\cygwin\bin

If you run "bash" in Start->RUN->cmd.exe it should work.

Than you can follow instructions on wiki:
http://wiki.apache.org/nutch/RunNutchInEclipse0.9

Good luck,
Bartosz

Re: Nutch on Eclipse How To?

Posted by Sherjeel Niazi <sh...@softmatics.com>.
I am working on Windows.

Re: Nutch on Eclipse How To?

Posted by Bartosz Gadzimski <ba...@o2.pl>.
Sherjeel Niazi pisze:
> Hi there,
>
> I want to configure nutch on Eclipse.
> Can you plz help me that how can I do so? From where can I download 
> the code, jar files etc.
>
>
> Thanks,
> Sherjeel.
Windows or linux ?