Why isn't VisualVM showing all the normal tabs?

前端 未结 8 1479
暖寄归人
暖寄归人 2020-12-29 02:24

Usually I see all these tabs in VisualVM for locally running Java programs:

\"enter

8条回答
  •  [愿得一人]
    2020-12-29 02:56

    I found that this was the issue of usage of wrong JDK version. In my case my application was running on 64bit JDK and I started VisualVM from 32bit JDK. After starting VisualVM from the same JDK on which my application is running, everything was fine. Hope it will help you.

提交回复
热议问题