There is a temporary way to do this I'm so sorry, some other customer has told me this problem too recently. For Windows & GUI type, the System.out cannot be outputted. It's very strange and I didnot find the reason yet. You can use this temporary solution: System.setOut(new PrintStream(new FileOutputStream("out.log"))); I'm sorry for the inconvenience. reply
I'm so sorry, some other customer has told me this problem too recently. For Windows & GUI type, the System.out cannot be outputted. It's very strange and I didnot find the reason yet.
You can use this temporary solution:
System.setOut(new PrintStream(new FileOutputStream("out.log")));
I'm sorry for the inconvenience.