>>>>> Neil Clayton writes:

    Neil> Oh, thought I would provide an explanation of my problem,
    Neil> just so people know.

    Neil> The full command was:

    Neil>       sflwl -hlwl.fourmilab.ch:2076 '[EMAIL PROTECTED]'

    Neil> So this must mean that the VM does not use the *nix shell in
    Neil> order to exec() commands? (forgive the question, I've not
    Neil> looked at the JVM source)

Yep, the JDK uses execve(2)/execv(3) and not system(3).

A working command array for your problem is

  { "/bin/sh", "-c", "sflwl -hlwl.fourmilab.ch:2076 '[EMAIL PROTECTED]'" }


        Juergen

-- 
Juergen Kreileder, Blackdown Java-Linux Porting Team
http://www.blackdown.org/java-linux.html


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to