I'm using the good old System.out.println
- approach to debug my Java application. Before I upgraded to Mac OS 10.8 this worked wonderfully. Now however my console wouldn't display anything. Apparently I'm not the first one to encounter this behavior - see http://www.mac-forums.com/forums/os-x-operating-system/280577-system-out-println-not-showing-console.html.
Does any of you guys know a way?
java -version
produce any output to the console? – Scharf