Re: How to read from output streams

1999-07-04 Thread ceylon
Yes I have flushed the writer. As I wrote earlier I can read & write to another separate Java program but not C-program. Onething I forgot to say though. I'm developing this program in Win98 platform although end of the day i have to run it on a Linux machine for my university project. But I'm

Re: How to read from output streams

1999-07-04 Thread ceylon
Hi there This is what I'm DESPERATLY after. I can read the output and write to input BUT THIS IS ONLY IF it's another Java program that I am calling within by Java program using: Read: is= GUIprogres.getInputStream(); BufferedReader reader = new BufferedReader(new InputStreamReader(is)); and the