This tip shows how to redirect standard output (stdout) to a file.
System.setOut( new PrintStream( new BufferedOutputStream( new FileOutputStream("output.dat"))));
You can share your information about this topic using the form below!
Please do not post your questions with this form! Thanks.
You can share your information about this topic using the form below!
Please do not post your questions with this form! Thanks.