Hi Sebastian, This solved the issue of chmod by setting cygwin's bin directory to the home folder. However, I still get errors when trying to debug from eclipse saying that URLNormalizer was not found. I think I need to switch to linux in case I wanna develop for nutch.
Running nutch via cygwin works fine though. Thanks, Diaa On Wed, Apr 23, 2014 at 8:03 PM, Sebastian Nagel <[email protected] > wrote: > Hi Diaa, > > on Windows Cygwin is required as prerequisite to run Nutch > (or other Hadoop-based applications). Cygwin will provide > the program "chmod". See: > http://wiki.apache.org/nutch/GettingNutchRunningWithWindows > > Sebastian > > On 04/23/2014 04:57 PM, Diaa Abdallah wrote: > > Hi, > > Is there a way to debug nutch from Windows? > > I followed the steps on https://wiki.apache.org/nutch/RunNutchInEclipse > > and reached step 6 however when I run the application it says: > > "Cannot run program "chmod": CreateProcess error=2, The system cannot > find > > the file specified" > > > > How would I go about running/debugging nutch from eclipse on windows? > > > > Thanks, > > Diaa > > > >

