This appears to require JDK 1.5.0. No biggie, but a note to that effect would help.
I got it to compile with JDK 1.5 (Java 5), but since it is installed at the default Windows location (c:\Program Files\Java\JDK1.5.0), I found a small bug in the nutch script. The last line needs quotes around the $JAVA argument to avoid a problem with the space in the full path for Java: exec "$JAVA" $JAVA_HEAP_MAX $NUTCH_OPTS -classpath "$CLASSPATH" $CLASS "$@" Ken ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ Nutch-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nutch-developers
