Apache Netbeans Output Window showing more than result

529 views Asked by At

Is it possible to customize the output window on Apache Netbeans to make it show the result only? Like e.g.

run-single: Hello World

I mean what are these informations and why?

Netbeans output Window

1

There are 1 answers

0
jjazzboss On BEST ANSWER

You seem to have an Ant java project. You can adjust the Ant verbosity in Netbeans menu Tools/Options/Java/Ant, set Verbosity Level to "Quiet".