memory analysis from eclipse ide does not list any local process id when acquire heap dump dialog is clicked

这一生的挚爱 提交于 2019-12-05 02:02:38

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!