On Friday 12 December 2003 14:12, john lukar wrote: > [EMAIL PROTECTED]/cygdrive/c/Apache/merlin/bin> ./merlin.sh > -version > RUN CMD IS: c:/j2sdk1.4.1_06/bin/java > -Djava.security.policy=C:\Apache\merlin/bi > n/security.policy -Dmerlin.home=C:\Apache\merlin > -Djava.ext.dirs=C:\Apache\merli > n/ext -jar > C:\Apache\merlin/bin/lib/merlin-cli-3.2-dev.jar
> any ideas? I would suspect that C:\Apache\ is not recognized by CygWin, since colon (:) is a delimiter in path-lists. I think C:\Apache\ is resolved from $JAVA_HOME and $MERLIN_HOME respectively. Change those to not include the C: part, and use forward slashes (just be sure). Cheers, Niclas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
