This method blocks until the external program has finished.
The output from stdout
can be retrieved with {@link #getStdOut()}, the output from stderr
likewise with {@link #getStdErr()}.
0
means successful.
@throws IOException An Exception from the underlying Process.
|
|