On Nov 27, 2007 4:17 PM, Kerry Mayes <[EMAIL PROTECTED]> wrote:
> Netbeans is running it as part of the openoffice sdk addin.

Then it probably deliberately has a restricted or even empty PATH. You
can test that by adding a debug statement like
echo $PATH > /tmp/whatever

and then looking in /tmp/whatever to see what's there. You might
instead like to see what the whole environment is within a script,
with
set > /tmp/whatever

> I'm going to try changing "sh" to "bash" and see if that fixes it too.
> That might be easier for the developers to change as the permanent
> fix.

If the cause is a restricted environment, that change won't make any
difference.

-jim

Reply via email to