NetBeans basics


Output

The easiest way to output stuff is to type

System.out.println(“blablabla”);

Why is my output now showing up on the screen?

Check your verbosity level. Go to Tools/Options/Miscellaneous/Ant and set the verbosity level to something like “normal”. This is the default, but you may have changed it and forgotten.


Personal Tools