Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Caleb Smith   on Sep 16 In Java Category.

  
Question Answered By: Abasi Massri   on Sep 16

The Runtime.exec() methods all return a process  instance. The Process
class includes methods for retrieving the error stream, input stream and
output stream of the process. You would need to try to read data from
the output stream and then send the appropriate data back to the process
through the input stream.

Share: 

 

This Question has 3 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on java.lang.RunTime Or get search suggestion and latest updates.


Tagged: