Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse console and java stacktrace colors

Tags:

java

eclipse

I know I can change the background, standard out and standard error colors in the eclipse preferences for the console. But the stacktrace from my java errors are displayed in red (the error color) and blue for the clickable links. Where do I change that blue color? It's almost invisible if I change the console background to black.

like image 958
Peter Avatar asked May 31 '12 06:05

Peter


People also ask

How do I change the color of my console in Eclipse?

Colors can be chosen for three distinct Console outputs. These are command line, messages and error notifications. To change a color, click on the colored button next to the desired console output type and select a new color. Check this box if want to have SVN messages sent to the Eclipse console.

Does Eclipse support ANSI?

ANSI Escape in Console This plugin is not needed starting with Eclipse 2022-09 (4.25) From Eclipse 2022-09 the official Eclipse Console supports ANSI escape sequences: https://www.eclipse.org/eclipse/news/4.25/platfo...


1 Answers

You have to change the color for hyperlink.

Windows -> Preferences -> General - > Colors and Fonts - > Basic - > Hyperlink Text Color

like image 116
mprabhat Avatar answered Oct 14 '22 05:10

mprabhat