Re: Running Linux Script thru Runtime.exec() hangs
Posted By:
Christopher_Koenigsberg
Posted On:
Monday, November 29, 2004 08:36 AM
make sure the thing running in the background process doesn't need to read or write the tty, or it will be suspended, waiting for the input/output.