Installing jvisualvm on CentOS

13,829

From Oracle's web site:

Various optional tools, including Java VisualVM, are provided with Sun's distribution of the Java Development Kit (JDK)

Did you install the Java JDK (Java Development Kit) or just the runtime (JRE)?

The Java 6 JDK is available for download at http://www.oracle.com/technetwork/java/javase/downloads/jdk6-downloads-1637591.html

The Java 7 JDK is available at: http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1637583.html

Or are you limited to only using OpenJDK? In which case you can download VisualVM from http://visualvm.java.net/download.html

Share:
13,829
Erel Segal-Halevi
Author by

Erel Segal-Halevi

I am a faculty member in Ariel University, computer science department. My research topic is Fair Division of Land. It is related to the classic problem of fair cake-cutting, which is a multi-disciplinary topic connecting mathematics, economics and computer science, I am always happy to discuss any topic related to land division or fair cake-cutting. If you have a new idea in these topics and need a partner for brain-storming, feel free to email me at [email protected]. The answers I receive in the Stack Exchange websites are very useful, and I often cite them in papers. See my website for examples.

Updated on June 09, 2022

Comments

  • Erel Segal-Halevi
    Erel Segal-Halevi almost 2 years

    I installed Java on my CentOS machine, but I don't have jvisualvm:

    [root@ bin]# ls -la /usr/lib/jvm/jre-1.6.0-openjdk.x86_64/bin/
    total 496
    drwxr-xr-x. 2 root root  4096 2012-05-22 17:31 .
    drwxr-xr-x. 4 root root  4096 2012-02-15 03:11 ..
    -rwxr-xr-x. 1 root root 41120 2012-02-15 03:13 java
    -rwxr-xr-x. 1 root root 41088 2012-02-15 03:13 keytool
    -rwxr-xr-x. 1 root root 41168 2012-02-15 03:13 orbd
    -rwxr-xr-x. 1 root root 41128 2012-02-15 03:13 pack200
    -rwxr-xr-x. 1 root root 42368 2012-02-15 03:13 policytool
    -rwxr-xr-x. 1 root root 41080 2012-02-15 03:13 rmid
    -rwxr-xr-x. 1 root root 41088 2012-02-15 03:13 rmiregistry
    -rwxr-xr-x. 1 root root 41088 2012-02-15 03:13 servertool
    -rwxr-xr-x. 1 root root 41176 2012-02-15 03:13 tnameserv
    -rwxr-xr-x. 1 root root 91352 2012-02-15 03:13 unpack200
    

    How do I install it?