Java needs the equivalent of UNIX's popen and system system calls - the ability to run a
subprocess where the stdin and/or stdout of the subprocess is the same as the
stdin and/or stdout of the Java program, and not filtered through the Java program
as is currently required.
subprocess where the stdin and/or stdout of the subprocess is the same as the
stdin and/or stdout of the Java program, and not filtered through the Java program
as is currently required.
- relates to
-
JDK-4960438 (process) Need IO redirection API for subprocesses
- Closed
-
JDK-5074560 (process) Provide an easy way to capture external process output
- Closed
-
JDK-4447134 (process) Add Process.set{Output,Error}Stream methods
- Closed