I am still getting a NoClassDefFoundError for all the nutch classes, but it is at least now looking in the right package (org/apache/nutch/tools/WebDBAdminTool). Also the error structure now is slightly different
$./bin/nutch admin db -create dirname: not found run java in c:\j2sdk1.4.2_01 uname: not found expr: not found Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/nutch/tools/WebDBAdminTool Same structure on any $./bin/nutch args Just that the class it can't find is different -Christine On Wed, 8 Jun 2005, Stefan Groschupf wrote: > > > Exception in thread "main" java.lang.NoClassDefFoundError: net/ > > nutch/tools/WebDBAdminTool > > As mentioned the package path to the webDB admin tool need to be > something like: > CLASS=org.apache.nutch.tools.WebDBAdminTool > > Please see and may compare your script with: > http://svn.apache.org/viewcvs.cgi/lucene/nutch/trunk/bin/nutch? > rev=179640&view=markup > > > I'm sure your shell script isn't the correct version, may you have a > older script in the path?? > > HTH > Stefan > >
