jvisualvm in Unix jvisualvm in Unix unix unix

jvisualvm in Unix


Just type in your terminal:

/Prj/tools/java/bin/jvisualvm

And hit enter. If you want to pass some arguments or options (like JDK home) put it after "jvisualvm" in the command above using the format provided by help.


You can setup the remote connectivity to the unix box from the jvisualvm.

Else, you can set the DISPLAY parameter of the unix to your desktop IP [like DISPLAY=<your IP>:0.0;export DISPLAY] Note: Use the unix command according to your SHELL


  1. Use Mobaxterm tool to connect to Linux box.
  2. set display variable as: setenv DISPLAY :0.0
  3. go to /bin
  4. Launch as: ./jvisualvm

I hope this works