On Thu, 11 Dec 2003, Sebastian BAZLEY <[EMAIL PROTECTED]> wrote: >> On 11 Dec 2003, <[EMAIL PROTECTED]> wrote: >> >> > How about quoting the value using double-quotes and enclosing the >> > Unix command line in single-quotes? >> >> Windows uses double quotes already. >> > Not sure I understand where Windows uses double-quotes.
The generated shell script for Unix (and Cygwin) looks like this eval "java oata.Main '-Dbuild.sysclasspath=true'" the generated batch file like this java Launcher oata.Main "-Dbuild.sysclasspath=true" so only the shell script uses single quotes on the generated command line. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
