VisualVM running JRE

eclipse, java, visualvm

Solution

Add the JDK bin directory to the `PATH` environmental variable

PATH=C:\Program Files\Java\jdk1.8.0_05\bin;%PATH%

Problem

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 Files\Java\jdk1.8.0_05", this happens when i try to run the application 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) 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.

Original source