Celeb Glow
general | March 25, 2026

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

enter image description here

I think it's in this directory:

~/.java/deployment/log

source

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy