Re: Problem with exec() on BlackDown 1.1.8 v1 and RH6.1

2000-03-17 Thread allen petersen
if i were smart, i would try out your source code example before sending a response to the list. but laziness wins again, so... you might try adding '.' to your path. i've had some problems before with exec() and relative paths--in a unix shell, './a.out' will work even if '.' isn't in your p

Re: Problem with exec() on BlackDown 1.1.8 v1 and RH6.1

2000-03-17 Thread Dimitrios Vyzovitis
[EMAIL PROTECTED] wrote: > Thank you very much for everyone responding to my original question. > I did try to use exec("./a.out") in the java application but still get > exception like:/mnt/e/Linux/java/proc/One>java communicate > got e after try exec() > java.io.IOException: ./a.out: not found