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?
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?