During my experimenting with a JaxWS-WebService I found that execution is prohibited probably due to general java security setting.
14:51:59,421 ERROR LogClass:33 – Cannot run program “c:/test/test.bat”: CreateProcess error=5, Zugriff verweigert
(that’s access denied)
Where and how do I allow for local execution of programs through java?
—
Christoph