When I try to profile an application in IntelliJ IDEA, with the plugin that YourKit installed, I get the message every time:
Exception in thread "YJP RequestServer" java.lang.UnsatisfiedLinkError: no yjpagent in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682)
at java.lang.Runtime.loadLibrary0(Runtime.java:822)
at java.lang.System.loadLibrary(System.java:992)
at com.yourkit.runtime.RequestServer.startServerImpl(RequestServer.java:189)
at com.yourkit.runtime.RequestServer.access$000(RequestServer.java:17)
at com.yourkit.runtime.RequestServer$1.run(RequestServer.java:58)
I think this might be because I pass a -Djava.library.path to my application.
I can fix this by adding "C:\Documents and Settings\Keith Lea\Desktop\yjp-3.0-eap-build427\bin" to the java.library.path property.
Is this the place to report bugs like this, or is there a bug report form I should use?