soln 1 : redirect the output to a filejava your_error_prone_program > out.txtsoln 2 : install cygwin so you can do a pipejava your_error_prone_program | moresoln 3 : switch to linuxsoln 4 : use eclipsesoln 5 : catch runtime exceptions ;)