问题
Using memory analyzer from eclipse ide (kepler), I'm trying to acquire heap dump from a locally running VM while an program is running, however acquire heap dump dialog does not list any pid to select. I try to configure hdrof jmap dump provider
with
-jdkhome C:\Program Files\Java\jdk1.8.0_05\bin
but nothing happens. Any solution.
Thanks.
回答1:
remove bin from your path , It should be -jdkhome C:\Program Files\Java\jdk1.8.0_05
来源:https://stackoverflow.com/questions/24433668/memory-analysis-from-eclipse-ide-does-not-list-any-local-process-id-when-acquire