I've created an OSX app using Jar Bundler from Xcode following this howto: http://www.centerkey.com/mac/java/. The tool works fine, is launchable and I stop it from the dock, the problem I'm facing is that this tools is a command line server, creates no windows and its stdout and stderr are needed.
Is there a way to create the bundle in which stdout and stderr are redirected to a log file or even a window somewhere once the .app is executed?