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
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.