I have a strange problem and it would be nice if I could solve it. For the debugging purposes (and some other things, as well) I\'m writing a log of a console Java applicati
java.lang.System.setErr(java.lang.System.out);
makes the application use the standard output as error stream.