Add new comment

Problems with stdout with Windows GUI applicaiton

I have created the exe file with the Windows GUI application type, also in the Config External, I set the stdout and stderr to two different log files. Now the problem is, the stderr is working for me, i.e., it prints out the exceptions in that file but for stdout, only the file is created, none of the System.out.println() are not working on GUI type exe. Where as, it works perfectly on the console type Application. The only problem which I have with the console type application is that there is always a black console window open with the application.

Is there anyway to fix this?