IDEA plugin is installed in wron location

Questions about YourKit Java Profiler
Post Reply
rbeeger
Posts: 4
Joined: Thu Apr 14, 2005 7:26 pm

IDEA plugin is installed in wron location

Post by rbeeger »

The current EAP of IDEA has a separate plugin directory for plugins installed by the user. Unfortunately YourKit Profiler still installs its plugin in the main plugin folder. It should at least ask whether to install into the user plugin dir.
rblasch
Posts: 64
Joined: Mon Jan 10, 2005 7:13 pm

Post by rblasch »

Just move "${idea.home}/plugins/yourkit-for-idea.jar" to "${idea.plugins.path}". This should do the trick.

Ron
rbeeger
Posts: 4
Joined: Thu Apr 14, 2005 7:26 pm

Post by rbeeger »

Yeah, sue, that's what I do every time I install a new version of the profiler.
But I want it to do this the right way by itself.
Vladimir Kondratyev
Posts: 1625
Joined: Tue Aug 10, 2004 7:52 pm

Post by Vladimir Kondratyev »

Doesn't plug-in installed into IDEA_HOME/plugins directory work?
rbeeger
Posts: 4
Joined: Thu Apr 14, 2005 7:26 pm

Post by rbeeger »

It probably will work in this location. I never tested that, but I always move it into the user plugin directory, so that I don't have to reinstall it when installing a new EAP build of IDEA.
RangerRob
Posts: 64
Joined: Wed Oct 06, 2004 7:56 am

Post by RangerRob »

It does work in the default location. I made this same observation a while back:

http://forums.yourkit.com/viewtopic.php?t=96

This is a very minor thing in place for backwards compatibility.
Vladimir Kondratyev
Posts: 1625
Joined: Tue Aug 10, 2004 7:52 pm

Post by Vladimir Kondratyev »

We've contacted IDEA developers and currently are disscussing possible ways how to determine where plug-ins are located.
rbeeger
Posts: 4
Joined: Thu Apr 14, 2005 7:26 pm

Post by rbeeger »

Thanks!
Post Reply