Hi,
I am getting ClassNotFoundException exception for the admin command. I
searched on web and I see many other see this error too.
I checked Nutch 1.1, 1.2 src and bin downloaders and still no luck. Please
point to the location where I can find the WebAdminTool class.
Thanks,
Bhawna
Exception in thread "main" java.lang.NoClassDefFoundError: admin
Caused by: java.lang.ClassNotFoundException: admin
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: admin. Program will exit.