Intellij idea 在Ubuntu12.04上使用IDEA Intellij设置YourKit Java profiler时,我遗漏了什么?

Intellij idea 在Ubuntu12.04上使用IDEA Intellij设置YourKit Java profiler时,我遗漏了什么?,intellij-idea,yourkit,Intellij Idea,Yourkit,设置YourKit Java Profiler时出现此错误 Error occurred during initialization of VM Could not find agent library /home/adelin/Downloads/YourKitJavaProfiler9.0/yjp-9.0.9/bin/linux-x86-32/libyjpagent.so in absolute path, with error: /home/adelin/Downloads/YourKit

设置YourKit Java Profiler时出现此错误

Error occurred during initialization of VM
Could not find agent library /home/adelin/Downloads/YourKitJavaProfiler9.0/yjp-9.0.9/bin/linux-x86-32/libyjpagent.so in absolute path, with error: /home/adelin/Downloads/YourKitJavaProfiler9.0/yjp-9.0.9/bin/linux-x86-32/libyjpagent.so: wrong ELF class: ELFCLASS32 (Possible cause: architecture word width mismatch)
我的JVM是64位的。我是不是错过了什么

我有一些E2E测试,包括线程、套接字和SiteBricks Http WebClient。现在我的测试运行非常慢,每次测试大约6秒,非常慢。我想使用分析器来观察测试在哪里精确地减慢。我的测试框架是TestNG。当我按下右键单击并按下“Profile”时,我会收到上面的消息


谢谢你的帮助

尝试链接到linux-x86-64版本:

/home/adelin/Downloads/YourKitJavaProfiler9.0/yjp-9.0.9/bin/linux-x86-64/libyjpagent.so

如果不存在,请尝试从以下位置重新下载:

阿德林

“共享对象”也是如此,它们包含编译后的代码。可以将它们看作Microsoft World中的.dll。 如果将它们放在路径中,JVM的本机部分肯定会链接到它们


干杯。

请准确描述您想做什么。我不明白您的意思,如何链接?