How to show stdout and stderr in different consoles in eclipse?
eclipse, java
Solution
I think the best you can do it to use different colors in the text for stdout and stderr. But there is only one Console view that is used for output.
Problem
During developing, I don't want to redirect them into files. Is there any way to create two consoles, one only displays stdout messages while another only displays stderr? Is there any plug-in that can provide this feature?