Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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)

share|improve this question

3 Answers

up vote 36 down vote accepted

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.

alt text

share|improve this answer
4  
All the time looking at the console and never seeing those icons! – Simon André Forsberg Jan 8 at 22:31

There are two icons - "Show Console When X changes" in the console view. Unselect those.

share|improve this answer

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

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.