Parsing memory from eclipse ide does not display the local process id when clicking the heap dialog

Using the memory analyzer from eclipse ide (kepler), I am trying to get a heap of a dump from a locally running VM while the program is running, however, the pid list for selection is not displayed in the heap dialog box. I am trying to configure hdrof jmap dump provider

with

-jdkhome C: \ Program Files \ Java \ jdk1.8.0_05 \ bin

but nothing happens. Any solution.

Thank.

+4
source share
1 answer

remove bin from your path, it should be -jdkhome C: \ Program Files \ Java \ jdk1.8.0_05

+1
source

Source: https://habr.com/ru/post/1546158/


All Articles