carlspring
carlspring

Reputation: 32567

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

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?

Upvotes: 0

Views: 362

Answers (1)

Tomas Hurka
Tomas Hurka

Reputation: 6981

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?

Upvotes: 1

Related Questions