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