I’m using Netbeans and I’ve checked the Server.log and all 3 output tabs in Netbeans for Glassfish, Java DB Database and my app’s output. Where should I be seeing the output of System.out.println() ? I’m trying to connect to a MySQL server and I need to see if it worked or not 🙂
I’m using Netbeans and I’ve checked the Server.log and all 3 output tabs in
Share
Turns out that I need to run the app in debug mode to see the output of
System.out.println()in the glassfish console