-
Enhancement
-
Resolution: Fixed
-
P3
-
1.3.0, 1.4.0, 1.4.2_02, 5.0, 6
-
b25
-
generic, x86, sparc
-
generic, solaris_8, windows_2000
-
Not verified
The output (stdout and stderr) of a process started via
Runtime.exec() or ProcessBuilder.start() is always directed to a pipe
that can only be read by the creating Java process.
We need to be able to re-create the functionality that comes standard
with most command processors
command > filename # redirect subprocess output into a file
command # subprocess output goes to same location as parent output
Runtime.exec() or ProcessBuilder.start() is always directed to a pipe
that can only be read by the creating Java process.
We need to be able to re-create the functionality that comes standard
with most command processors
command > filename # redirect subprocess output into a file
command # subprocess output goes to same location as parent output
- duplicates
-
JDK-5074560 (process) Provide an easy way to capture external process output
- Closed
-
JDK-4447134 (process) Add Process.set{Output,Error}Stream methods
- Closed
- relates to
-
JDK-6631352 File{OutputStream,Writer} should implement atomic append mode using FILE_APPEND_DATA (win)
- Resolved
-
JDK-6631353 Simplify io_util_md.c handleLseek using SetFilePointerEx (win)
- Closed
-
JDK-6481278 (process) Runtime should provide a real spawning capability
- Resolved
-
JDK-6423785 (process) need Java equivalent of popen and system
- Open
(1 relates to)