views:

640

answers:

1

The JProfiler plugin of my Eclipse IDE (Eclipse 3.5) is configured to work with JProfiler 6.x which is installed on my machine.

I'd like to configure my Eclipse to work with JProfiler 4.x which is also installed on my machine. How can I do it through Eclipse UI?

Tried to find this option in Run --> 'Profile Configuration' but couldn't find this option.

I am actually look for the dialog in which I can replace the path to the correct JProfiler location.

+1  A: 

in Eclipse:

Window --> preferences --> JProfiler ...

Guy Roth