VisualVM running JRE

Peter :

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

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.

Reimeus :

Add the JDK bin directory to the PATH environmental variable

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

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

VisualVM for profiling an application running on Tomcat

Not running with JRE 8

JRE Architecture Dependencies (Running on MIPS)

Running java without installing jre?

What are major difference of running my application in a Server JRE vs JRE?

Using VisualVM on tomcat 8 running on EC2

how does jconsole/visualvm know local running java apps

Why does VisualVm does not show all threads in a running tomcat?

Getting Java program running in Eclipse to show up in VisualVM

Running jre keytool results in the Permission Denied error

Running tests with a specific jre client in gradle

How to run Eclipse without running JRE installation?

i got different result with same code for converting byte to string function running in different JRE version (jre7 and jre8)

Best option for running java web service (rest based) (JRE/JDK vs Server JRE)

Android - Can't compile on JRE - Make sure Gradle is running on a JDK, not JRE

Connecting VisualVM to program running on OpenJDK 10 under windows 8.1 does not work

How do I attach VisualVM to a simple Java process running in a Docker container

Running Java 8 jar when only Java 11 JRE is available

Maven error :Perhaps you are running on a JRE rather than a JDK?

Android studio 1.1 - change JRE used for running studio

Running a java program as an exe in Windows without JRE installed

Problem in Running Java Application in Non JDK/ Non JRE installed system

Maven project in Eclipse - Perhaps you are running on JRE rather than JDK

On running an exe, Windows isn't recognizing that I have jre 1.7

Running two instances of same JRE version with different parameters

VisualVM in production?

Do all operating systems already have JRE installed for running java applications?

No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK? in visual studio code

No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK in IntelliJ