idea 5 plugin home directory problem

Questions about YourKit Java Profiler
Post Reply
peachy
Posts: 1
Joined: Fri Aug 05, 2005 1:32 pm

idea 5 plugin home directory problem

Post by peachy »

I'm trying to use IDEA integration, but I don't have write permissions to C:\Program Files\IntelliJxxx, this is a work machine.

But in IntelliJ 5, you can place plugins in C:\Documents and Settings\Username\.IntelliJ\config\plugins. I did so, and got the YourKit toolbar button. But when I try to profile my app by clicking the button, the following dialog appears:

"Error running XXX: No valid YourKit Java Profiler plugin configurations settings are found. To correct the situation:
1) Launch YourKit Java Profiler
2) Run 'Tools | Integrate with IDE...'"

I can see the configuration XMLs in C:\Documents and Settings\username\.yjp\config, but it's obviously not finding them.

Any suggestions?
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Post by Anton Katilin »

There should be file <user home>\.yjp\ide-integration.config

It's not enough to copy plugin files.

Please run Integrate with IDE wizard. It will tell that it cannot copy plugin files, but will create that config file. Since you have copied the files manually, it should work.
Post Reply