eclipse 禁止自动弹出console


转自: http://blog.csdn.net/xubo578/article/details/6572355
禁止弹出:

Preferences-〉 Run/Debug-〉Console里边
取消勾选 Show when program writes to standard out(当console中有值时弹出)前的选项
和 Show when program writes to standard error(当console中有错误时弹出) 前的选项

你可能感兴趣的:(eclipse)