aspose file tools
The moose likes Groovy and the fly likes Process.consumeProcessOutput() rewrite in core Java Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Languages » Groovy
Reply Bookmark "Process.consumeProcessOutput() rewrite in core Java" Watch "Process.consumeProcessOutput() rewrite in core Java" New topic
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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Process.consumeProcessOutput() rewrite in core Java
 
Similar Threads
how to call applet from a core java program?
Migrating data from XML file to Sybase tables
groovy on android?
Is JDBC faster than JPA?
Calling java program from groovy...