I believe that this is what you're looking for, I was looking for the same thing:
This is for redirecting output streams from standard error, standard out in ProcessBuilder objects.
Blockquote
pb.redirectError( ProcessBuilder.Redirect.appendTo( new File( "NUL:" ) ) );