How can you run profiling on a Java application wrapped as an .exe?

喜你入骨 提交于 2019-12-08 12:58:02

问题


I would like to run profiling using jstatd and visualvm against a third-party Java application which has been wrapped as an .exe. Does anybody have advice on how this can be achieved?


回答1:


You don't need anything special. Just run VisualVM locally under the same user as your Java application. It does not matter that it is wrapped as .exe file. What version of JDK does you application use?



来源:https://stackoverflow.com/questions/15789908/how-can-you-run-profiling-on-a-java-application-wrapped-as-an-exe

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