How to find Java log file
I have installed open jdk 7 in ubuntu & I have enable java logg option in java console. But I cant find the java log file as I tried my best.I have no idea what is the actual name of this log file so Please help me to sort out this issue.
2 Answers
You can configure the log file location. By default, it's in;
/home/<user_name>/.config/icedtea-web/log I think it's in this directory:
~/.java/deployment/log 1