I am using Launch4j to create executable file of my application jar. I have put some system outputs (using System.out.println) which are very helpful for debugging (which I see when I run the jar file). But when I am using Launch4j to "test wrapper", I do not see any of these system outputs. Though my application runs properly, the system outputs will be very helpful. I found a similar kind of unanswered question here http://sourceforge.net/p/launch4j/discussion/332684/thread/f65d1979/#a845
Thank you for the help.