1

I am downgrading a code from Java 7 to Java 6 and in the code I have found somes uses of ProcessBuilder#inheritIO() method which does not exists in Java 6.

Is there any to create the bahavior of inheritIO in Java 6 ?

Thanks

Master Mind
  • 3,014
  • 4
  • 32
  • 63
  • Yes, but you'll need to do it by hand. Get the streams from the `Process` and pipe them to the current process' streams. – Kayaman Jan 10 '16 at 14:39

0 Answers0