|
Advertisement
|
Forum posts by Ajay:1 page [ 1 ]
Posted in Java Answers Forum, Aug 24, 2002, 5:09 AM
I am developing an Editor in which I want to read the content of the outputstream Here is th e code: com= "javac " +(filename); Process p= null; try { Runtime r = Runtime.getRuntime(); p = r.exec(com); inputstream stdrr=p.getErrorStream(); ...... }As I am reading the contents of the input stream ..I also like to read the content of OutputStream...
1 page [ 1 ]
|