java - System.err.println() doesn't print in red -


system.err.println() in eclipse doesn't print in red.

i checked preferences > run/debug > console and

  • "standard error text color" red and
  • "show when program writes standard error" checked.

any idea why shouldn't eclipse print in red?

from can see seems bug has been fixed in tomcat 7 , onwards. i'm not sure if causing it, might be:

redirection of system.out , system.err in org.apache.catalina.startup.catalina.start() prevents other application (for instance ide) redirecting system.out , system.err. redirects them same output (the standard system output stream) preventing differentiation of 2 streams.


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -