JProfiler plugin with Idea 7.0
I've installed JProfiler plugin (build 4261), but when I tried to start profiling it asked me to select the path to jprofiler.exe. I have JProfiler 5.0 installed and give the correct path but it can't find the executable.
How can I make it work correctly?
Thnx.
Please sign in to leave a comment.
Works OK for me. Perhaps you had JProfiler 4.x installed previously and your
plugin is still looking for that? To update the path, edit .IntelliJIdea70\config\plugins\jprofiler.properties.
My version of that file contains the following:
#Fri Jan 19 17:17:32 GMT 2007
jprofilerExecutable=C\:
Program Files
jprofiler5
bin
jprofiler.exe
Regards,
Chris
It works!
Thanks a lot.