| Author |
Process.consumeProcessOutput() rewrite in core Java
|
Benson Fung
Ranch Hand
Joined: Apr 10, 2003
Posts: 207
|
|
Hi,
I need to transform a groovy program in a core java program. However, there is a line in the groovy program as below:
process.consumeProcessOutput() //where process object was created in the above of the groovy script command execution.
Now I need to transform consumeProcessOutput() into core java of Process class. Can anyone suggest couple lines of code to replace consuleProcessOutput()?
thanks for help
Benson
|
 |
 |
|
|
subject: Process.consumeProcessOutput() rewrite in core Java
|
|
|