All, I downloaded the Nutch 1.2 binaries from here http://www.bizdirusa.com/mirrors/apache//nutch/ and get the following error when running it from a Cygwin console on a Windows 7 machine.
$ bin/nutch crawl urls -depth 50 -threads 10 -topN 50 -solr http://localhost:8983/solr Exception in thread "main" java.lang.NoClassDefFoundError: Studio Caused by: java.lang.ClassNotFoundException: Studio at java.net.URLClassLoader$1.run(URLClassLoader.java:202) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:190) at java.lang.ClassLoader.loadClass(ClassLoader.java:307) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) at java.lang.ClassLoader.loadClass(ClassLoader.java:248) Could not find the main class: Studio. Program will exit. Can anyone comment on this form me? Thanks, Adam

