Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

runtime.exec and runtime output

  Asked By: Elliott    Date: Oct 27    Category: Java    Views: 1142
  

For a project with quite a few components I decided to create a 'makefile' in
Java and use getRuntime (I try NOT to use any tools like ant and such on
purpose) to execute several other classes. Unfortunately any output produced
during that execution (error messages and such) are not outputted to the
screen.

Is there a way to get that output either for display or in a 'catch' fashion
for further processing?

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Viola Hanson     Answered On: Oct 27

Found the answer here
www.experts-exchange.com/.../Q_2031856\
0.html

 
Didn't find what you were looking for? Find more on runtime.exec and runtime output Or get search suggestion and latest updates.




Tagged: