I have a web application running in eclipse with tomcat. and it has a few errors that make the console popup every few seconds. how do i stop it from automatically popping up(taking focus)
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
There are two buttons on the console toolbar at the bottom that allow you to take focus (or not)...one for stdout, one for stderr. I have an image with the buttons circled. |
|||||
|
|
There are two icons - "Show Console When X changes" in the console view. Unselect those. |
|||
|
|
|
Disbale the console option in the preference menu of the eclipse, it will take care of your problem Check once that pop up whether its from the Eclipse or some times I had the same issue, some virus was generating the pop ups in my computer |
|||
|
|
