in reply to wooo, this trick works, but when java throws exception...Re: Re: Re: output to screen by hitting return key
in thread Program hangs while gathering external program output

redirect STDERR to STDOUT ?? Just a guess, but try this:
"$program < newline.file 2>&1 |"
  • Comment on Re: wooo, this trick works, but when java throws exception...Re: Re: Re: output to screen by hitting return key