Re: problem with reading stdout from a child process under jdk-1.1.6

1998-09-19 Thread jim watson
This code works fine with jdk1.1.6v4a , it gets stdout and stderr back from running "ls" i am using slackware 3.5 with libc5 Mark Hofmann wrote: > Hi all, > I encountered a problem when I start a prog from my > java-prog and > try to get the stdout or stderr. > The problem is, that I wrote the c

problem with reading stdout from a child process under jdk-1.1.6

1998-09-19 Thread Mark Hofmann
Hi all, I encountered a problem when I start a prog from my java-prog and try to get the stdout or stderr. The problem is, that I wrote the code with jdk-1.1.3, changed my system to Redhat 5.1 (with glibc) and jdk-1.1.6 and now it doesn't work anymore. As long as stdout is empty there are no prob