I followed each and every step in the Apache Nutch Wiki. I am using MacOSX 10.8.3, my JAVA_HOME
is perfectly set and can even see various command options when bin/nutch
is executed (according to the wiki).
But when I use bin/nutch crawl urls -dir crawl -depth 3 -topN 5
, I get the following error:
bin/nutch: line 104: [: too many arguments
Error: Could not find or load main class Engines
FYI: I have already created a urls
directory in apache-nutch-1.6/urls
Can any one tell what might be the problem?