Where can I find the Jconsole in fedora?
I have installed java and jdk.
I have grepped the HD for jconsole but i could not find it.

Thanks

link|improve this question

75% accept rate
feedback

2 Answers

up vote 1 down vote accepted

Try running: yum provides */jconsole

that will tell you what package you need as well as where it's located in the package.

link|improve this answer
Perfect!!! Thanks. – fatNjazzy Sep 11 '10 at 5:27
feedback

Did you try updatedb then locate ?

Does the command jconsole do anything?

link|improve this answer
1. yes, no results (sudo locate -i "jconsole" / | grep "jconsole"). 2. jconsole - command not found – fatNjazzy Sep 10 '10 at 15:53
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.