| Class | Description |
|---|---|
| EnvUtilities | |
| ExecHelper |
This class is taken from Stephen Ostermiller's example at:
http://ostermiller.org/utils/ExecHelper.java.html
It provides some useful methods for manipulating and reading in the output of
a
Process resultant from a call to Runtime.getRuntime()
without using the Process.waitFor() method, which apparently can hang
on certain underlying systems. |
| ExecUtils |
Utilities for executing programs.
|
| StreamGobbler |
Copyright © 1999–2017 Apache OODT. All rights reserved.