Hi!
What is the difference between Process.getOutputStream() and Process.getErrorStream()?
If I call a shellscript and this script has a 'usage' information which is display when calling it with the wrong parameters will I get this output with getOutputStream()?
What will getErrorStream() return? Things like 'permission denied', 'can't find file or folder', etc.?
Cheers
frag
p.s. this is for a solaris environment
patrick.metz@epost.de
What is the difference between Process.getOutputStream() and Process.getErrorStream()?
If I call a shellscript and this script has a 'usage' information which is display when calling it with the wrong parameters will I get this output with getOutputStream()?
What will getErrorStream() return? Things like 'permission denied', 'can't find file or folder', etc.?
Cheers
frag
p.s. this is for a solaris environment
patrick.metz@epost.de