On 9/12/06, Mark HB <[EMAIL PROTECTED]> wrote:
I have ensured that the permissions are set to at least 755 and am now
at a bit of a loss.
Any ideas?


I'd faced a similar problem yesterday when adding some features to
Sahi (http://sahi.sourceforge.net/). But this was on Windows.

I took the system environment properties, converted these into an
array, and passed them as arguments to Runtime.exec() instead of
passing a null.

If you _don't_ wish to pass any environment to the executable, then
try passing an empty array instead of a null.

-- Sriram

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to