如何禁止Eclipse控制台弹出

如题所述

可以按下面的操作去掉它:
windows -> preferences -> run/debug -> console
在右边面板去掉"Show when program writest to standard out"和"Show when program writes to standard error"两个多选框,分别的意思是,当程序有在标准输出时就跳出console和当程序有错误抛出时就跳出console。
然后重启Eclipse。
温馨提示:答案为网友推荐,仅供参考