posted 21 years ago
It won't go to the screen. It will go to the process's standard output, which is available from the Process object created by Runtime.exec(). You call getInputStream() on the Process, and, if you want, you read data out of the InputStream and display it on the console; something like