I am having problems calling a C program on Unix using
Runtime.getruntime().exec.
I can run the program from the Unx command line.
I can execute Unix commands using Runtime.getruntime().exec such as ls
e.t.c.
However I cannot launch the C program using Runtime.getruntime().exec.
Does anyone have any ideas as to what is wrong.
Thanks
Kevin