Skip to content
Advertisement

VisualVM running JRE

I can’t get VisualVM working with eclipse, i was following these instructions http://visualvm.java.net/download.html and also these http://visualvm.java.net/gettingstarted.html

The problem is that it cant see JDK location which is “C:Program FilesJavajdk1.8.0_05”, this happens when i try to run the application

enter image description here

Here is the original content of visualvm.conf file

http://pastebin.com/K9TnQb0G

Unfortunately my command line is somehow broken too(or I’m the one who dont know how to do it)

enter image description here

First I tryed to install JProbe but it wasnt working, then I tryed VisualVM and it also isn’t working. How can i resolve this please? I wasted 5 hours and its driving me crazy.

Advertisement

Answer

Add the JDK bin directory to the PATH environmental variable

PATH=C:Program FilesJavajdk1.8.0_05bin;%PATH%
User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement