Name: Anonymous 2012-03-27 21:37
So I'm working on a program right now and I'm saving the output to a text file from the command line like so:
java Program >> output.txt
However, this does not save error messages.
Is there a way to have it include error messages?
java Program >> output.txt
However, this does not save error messages.
Is there a way to have it include error messages?