On Thu, Jun 10, 2010 at 12:55, prakash babu wrote:
> I have a web application which runs as SYSTEM user in windows.
> It executes the following command using Java Runtime.exec api's
> C:/cygwin/bin/sh.exe -c C:/cygwin/bin/mkdir.exe -p 'C:/cygwin/tmpdir'
>
(snip)
>
> Is there any other way to set th
Greetings, prakash babu!
> I tried setting it in the under the System Variables section but still I am
> getting this warning.
Then,
1. You didn't rebooted your system after setting the variable.
2. The host application clearing the environment before calling your
application.
> Is there any o
On 6/10/2010 11:57 AM, prakash babu wrote:
I tried setting it in the under the System Variables section but still I am
getting this warning.
Is there any other way to set the CYGWIN env variable.
It's unclear if you're running this as a service or not. If you are,
you need to restart the se
I tried setting it in the under the System Variables section but still I am
getting this warning.
Is there any other way to set the CYGWIN env variable.
thanks,
Prakash
--- On Thu, 6/10/10, Andy Koppe wrote:
> From: Andy Koppe
> Subject: Re: setting CYGWIN=nodosfilewarning not w
On 10 June 2010 12:55, prakash babu wrote:
> I have a web application which runs as SYSTEM user in windows.
> It executes the following command using Java Runtime.exec api's
> C:/cygwin/bin/sh.exe -c C:/cygwin/bin/mkdir.exe -p 'C:/cygwin/tmpdir'
>
> The command executes fine but I get the following
True, but what about existing applications. Since this warning comes in the
error stream the command is considered as failed in the existing application.
thanks,
Prakash
--- On Thu, 6/10/10, Eric Blake wrote:
> From: Eric Blake
> Subject: Re: setting CYGWIN=nodosfilewarning not working
On 06/10/2010 05:55 AM, prakash babu wrote:
> I have a web application which runs as SYSTEM user in windows.
> It executes the following command using Java Runtime.exec api's
> C:/cygwin/bin/sh.exe -c C:/cygwin/bin/mkdir.exe -p 'C:/cygwin/tmpdir'
>
> The command executes fine but I get the followi
I have a web application which runs as SYSTEM user in windows.
It executes the following command using Java Runtime.exec api's
C:/cygwin/bin/sh.exe -c C:/cygwin/bin/mkdir.exe -p 'C:/cygwin/tmpdir'
The command executes fine but I get the following warning.
cygwin warning:
MS-DOS style path detec
8 matches
Mail list logo