Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_java thread: making servlet wait for the results of another process.


Message #1 by "rgsiva" <rghsiva@e...> on Wed, 10 Oct 2001 07:18:23 +0530
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...


  Return to Index