cygwin permissions for executing .bat files
Posted
by
TomD
on Server Fault
See other posts from Server Fault
or by TomD
Published on 2010-11-07T20:32:26Z
Indexed on
2011/01/03
16:55 UTC
Read the original article
Hit count: 196
Hey guys,
I have a .bat file, which contains the following contents
... jar cfm myjar.jar manifest.txt *.class ...
Which executes well under windows command prompt, but when executed under cygwin, I get the following C:\cygwin\home\user\path\to\folder>jar cfm myjar.jar manifest.txt *.class Access is denied.
I tried starting cygwin as administrator, but it does not help
Would appreciate any suggestions
Thanks
© Server Fault or respective owner