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
  • 507

1 Answers1

8

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

sudo updatedb
locate jstack
terdon
  • 54,564