简体   繁体   English

eclipse ide中的内存分析在单击获取堆转储对话框时不会列出任何本地进程ID

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

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. 使用eclipse ide(kepler)中的内存分析器,我正在尝试在程序运行时从本地运行的VM获取堆转储,但是获取堆转储对话框不会列出任何要选择的pid。 I try to configure hdrof jmap dump provider 我尝试配置hdrof jmap dump provider

with

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

but nothing happens. 但没有任何反应。 Any solution. 任何解决方案

Thanks. 谢谢。

从你的路径中删除bin,它应该是-jdkhome C:\\ Program Files \\ Java \\ jdk1.8.0_05

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM