Add new comment

There is a temporary way to do this

I'm sorry for the problem and thank you for your report. I tried and this is a strange problem.

Now there is a temporary method, that you can do the redirect within Java code. At the beginning of your java program, you can set redirection by:

System.setOut(new PrintStream(new FileOutputStream("out.log")));

Thank you again for your report.