14

I just want the errors, and nothing else, to be printed out for now. Thanks :)

Java Confused
  • 153
  • 1
  • 2
  • 6

1 Answers1

15

Have you tried

<javac .... nowarn="on"> 

Note that this does not disable all kinds of warnings.

Thilo
  • 257,207
  • 101
  • 511
  • 656