Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
Friends, On Windows platform I'm wondering about what happens to the Standard Input / Output and Error of a program that I'm executing from within my Java program by using the Runtime ? Say there is some code such as ===> public static void runAnExeFile ( String exeFileName ) So the question is what happens to the standard Input / Output and Error of the 'exeFileName' which is getting executed by the statements hilited in the above code ? Regards, Replies:
|
Sponsored Links
|