I've installed Nutch 2.3 on windows 10 through Cygwin. I'm following this Nutch tutorial https://cwiki.apache.org/confluence/display/nutch/NutchTutorial, and all is good. But now I'm stuck at this point:
`$ ./nutch inject crawl/crawldb urls
`Error: Could not find or load main class org.apache.nutch.crawl.InjectorJob`
While Injectjob.java is already in C:\cygwin64\home\apache-nutch-2.3\src\java\org\apache\nutch\crawl.
I've tried ant -find apache-nutch-2.3
and it builds the build.xml successfully. But even though the issue is still undergoing.
EDIT:
Solved by running Nutch from the correct path as quote here "If you install using "ant", then you will get a new folder in /nutch called /nutch/runtime/local and this is from where you must actually run nutch." could to find or load main class org.apache.nutch.crawl.InjectorJob.