简体   繁体   中英

Where do I find the logs of System.out.println()?

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 :)

事实证明我需要在调试模式下运行应用程序以查看glassfish控制台中System.out.println()的输出

check in build\\testuserdir\\var\\log\\messages.log

for more info checkout the following link http://wiki.netbeans.org/NetBeansDeveloperFAQ#Output_Window

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM