Thanks Chris, its looks like Java cannot be found under Cygwin on my machine and that may be the problem.
Adam On Fri, Apr 22, 2011 at 12:06 AM, Mattmann, Chris A (388J) < [email protected]> wrote: > Hey Adam, > > Can you show the output of: > > which java > whereis java > locate java > > and if none of those come back, how about java -version? > > Cheers, > Chris > > On Apr 21, 2011, at 7:01 PM, Adam Estrada wrote: > > > 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 > > > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > Chris Mattmann, Ph.D. > Senior Computer Scientist > NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA > Office: 171-266B, Mailstop: 171-246 > Email: [email protected] > WWW: http://sunset.usc.edu/~mattmann/ > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > Adjunct Assistant Professor, Computer Science Department > University of Southern California, Los Angeles, CA 90089 USA > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > >

