Java process control is notoriously bad - primarily due to inadequate support by the Java VM/JDK classes (e.g. java.lang.Process).
I am wondering, are there any good open source libraries out there that are reliable.
The requirements would be:
- OSS
- Start/Stop processes
- Manage STDIN and STDOUT
- cross platform (at least Linux, Windows, Solaris, HP, and IBM in that order)
- (optional) restartable
- (desirable) mature