I have console output of different color in Eclipse: red and black.
What does the color mean in this context?
If eclipse is not showing path, Please click on RUN-> Run configuration->click on environment tab->click on New-> add a path variable as mingw_path(if compiler is mingw in case of c++ ) and set value as C:\MinGw\bin (please check ur mingw bin path then only set). This question is not asking about how to add PATH.
You can clear the console inside Eclipse using the 'Clear' command - it's accessible from the toolbar or the right-click menu...
If the console preferences settings are standard (in other words, you haven't made any changes), then red is for error
Black is Standard Out Text Color
This preference controls the color of text written to the standard output stream by an application.
Red is Standard Error Text Color
This preference controls the color of text written to the standard error stream by an application.
Docs
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With