Java Logging - where is my log file?

前端 未结 7 792
隐瞒了意图╮
隐瞒了意图╮ 2021-01-01 11:47

I\'m having trouble finding my log files.

I\'m using Java Logging - java.util.logging - in Eclipse 3.7.1 on Windows XP. The relevant lines of my

相关标签:
7条回答
  • 2021-01-01 12:14

    It seems that the default location has changed. To find your logfile open the Java Console with your application. in there press "s". This prints out the System- and Deployment-Properties where you can find something like:

    deployment.user.logdir = C:\Users\username\AppData\LocalLow\Sun\Java\Deployment\log
    

    There you will find your logfiles.

    0 讨论(0)
提交回复
热议问题