Space in Java.exe path chokes bin/nutch
---------------------------------------
Key: NUTCH-19
URL: http://issues.apache.org/jira/browse/NUTCH-19
Project: Nutch
Type: Bug
Reporter: Stefan Grroschupf
Priority: Trivial
Transfered from:
http://sourceforge.net/tracker/index.php?func=detail&aid=1110223&group_id=59548&atid=491356
submitted by:
Ken Meltsner
executable cause problems for the nutch script.
This is likely to happen on Windows since the new JDK (v
1.5) installs at c:\Program Files\Java\jdk1.5.0 by default.
Suggest fix is to wrap the first argument of the final
exec in the script with double quotes:
exec "$JAVA" $JAVA_HEAP_MAX $NUTCH_OPTS -
classpath "$CLASSPATH" $CLASS "$@"
Ken
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira