On Wed, 02 Feb 2005 18:57:58 -0800, Sampath Ravindhran
<[EMAIL PROTECTED]> wrote:
>
> I have a Java application that uses the Runtime.exec() method to run a
> bunch of Perl scripts. When the perl program exits, the java application
> retrieves the exit status of the perl process, and expects it to
I have a Java application that uses the Runtime.exec() method to run a
bunch of Perl scripts. When the perl program exits, the java application
retrieves the exit status of the perl process, and expects it to be 0.
Anything other than 0 is treated as an error and the application does
not proce