Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse console pop up automatically when it finds an error

When I type something wrong and save, eclipse marks my error.

But in the meanwhile, the console view pops up and tells me [2011-04-04 22:27:21 - Sudoku] Error in an XML file: aborting build. or blahblah. I don't want it.

I find an answer here How do you stop Console from popping up automatically in Eclipse, but my console view has not such two icons.

like image 937
Lai Yu-Hsuan Avatar asked Apr 04 '11 14:04

Lai Yu-Hsuan


1 Answers

What version of Eclipse are you using? In Helios, you can accomplish the same thing as in the answer you linked.

  1. Go to Preferences -> Run/Debug -> Console
  2. Uncheck Show when program writes to standard out and
    Show when program writes to standard error
like image 168
Matt Ball Avatar answered Sep 18 '22 12:09

Matt Ball