All of a sudden my printStackTrace's stopped printing anything. When I give it a different output stream to print to it works (like e.printStackTrace(System.out)) but obviously I would like to get it figured out.
A:
In your launch profile, on the common tab, check to make sure "Allocate console" is checked in the "Standard Input and Output" section.
Jared
2009-06-17 21:23:25
+1
A:
Check to see if some library you are using is not redirecting the standard err with the System.setErr(PrintStream) method.
John
2009-06-17 21:31:55
+1
A:
Hi Adam,
This is probably not the problem but the Console view in Eclipse has some toggle buttons to show/hide the console when output from either stdout or stderr changes.
Is it possible that you've clicked the stderr button accidentally?
Kevin Stembridge
2009-06-17 22:02:35