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
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