Running Visual VM from eclipse

浪尽此生 提交于 2019-12-04 23:43:17
Markus A.

I had the same issue... Let me expand a bit on Anushree's comment:

  • Go to WindowPreferencesRun/DebugLaunchingVisualVM Configuration
  • Browse... for the VisualVM Executable in your JDK's bin-directory
  • Make sure to also set the JDK's root directory under JDK Home. If you leave that pointing to your JRE directory, you'll run into the next error...

Happy profiling...

BTW: If you then have issues getting your application to show up inside jVisualVM, take a look here: Getting Java program running in Eclipse to show up in VisualVM

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