jstack command not found on centos

5

I installed JDK by downloading the RPM from oracle and installed it using yum. But the jstack command is not recognized. I'm using CentOS 6.3 How can I make it work?

Arya

Posted 2012-12-05T15:40:01.520

Reputation: 437

Answers

8

It is probably just not in your $PATH for some reason. Try searching for the command:

sudo updatedb
locate jstack

terdon

Posted 2012-12-05T15:40:01.520

Reputation: 45 216