Bugs item #1110223, was opened at 2005-01-26 21:18 Message generated for change (Comment added) made by joa23 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=491356&aid=1110223&group_id=59548
Category: None Group: None >Status: Closed Resolution: None Priority: 5 Submitted By: Ken Meltsner (meltsner) Assigned to: Nobody/Anonymous (nobody) Summary: Space in Java.exe path chokes bin/nutch Initial Comment: One or more spaces in the full path to the java 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 ---------------------------------------------------------------------- >Comment By: Stefan Groschupf (joa23) Date: 2005-03-26 14:30 Message: Logged In: YES user_id=396197 transfered to: http://issues.apache.org/jira/browse/NUTCH-19 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=491356&aid=1110223&group_id=59548 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Nutch-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nutch-developers
