Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Eclipse プログラムを実行しているときに、いくつかの赤い線 (おそらくログ) が表示されます。どうすればそれらを抑制することができるか、誰にもわかりますか。私はそれをグーグルで試しましたが、解決策を見つけることができませんでした。
デフォルトでは、プログラムがSystem.out.*メソッドを使用して stdout に書き込む場合、出力は Eclipse で黒になります。stderr ( System.err.*) については、Eclipse は赤を使用します。stderr に出力されたものを見たくないということですか? これが賢明な考えかどうかはわかりません...
System.out.*
System.err.*
ところで、コンソールの設定は、ウィンドウ -> 設定 -> 実行/デバッグ -> コンソールで制御されます。