Procrun is a library for running an operating system process and obtaining its exit status and what it writes to its standard output and standard error streams.
The ProcessBuilder and Process classes from the java.lang package provide an interface for running a process, but there are a number of additional things that must be done to correctly run a process and read its output. Procrun tries to fill this gap.
Procrun provides the following features: