pro_java thread: making servlet wait for the results of another process.
Hi, If the program you launch produces output or excpects input , ensure that you process the input output streams. Hope this helps. Regards, Lalit Take a look at java.lang.Process class. It has a waitFor method...
|





