Im using jprobe to profile my
java application.The java application that Im trying to profile is an eclipse based application. we have created multiple projects for the application to deliver various features. When we build the application, the application is exported as a product and we receive a .exe file. I would like to know how to profile a .exe file using jprobe. Since from the help documents, I could see that the jar file will be used for profiling the application. But in our case the application is an exe file.
Any help on this is much appreciated