gpt4 book ai didi

java - JProfiler UnsatisfiedLinkError 启动时

转载 作者:太空狗 更新时间:2023-10-29 11:05:44 25 4
gpt4 key购买 nike

我刚刚从 jprofiler_linux_7_0_1.sh 下载并安装了 JProfiler 试用版。奇怪的是在安装过程中没有提示输入许可证信息。但一切似乎都很好,直到我尝试运行探查器:

# sh ./bin/jprofiler -c

(-c是在console中运行jprofiler,我在网上看过,但不确定是不是真的,反正结果还是一样。)

这是我得到的结果:

Exception in thread "main" java.lang.UnsatisfiedLinkError: /opt/jdk1.6.0_26/jre/lib/amd64/xawt/libmawt.so: libXext.so.6: cannot open shared object file: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1807)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1703)
at java.lang.Runtime.load0(Runtime.java:770)
at java.lang.System.load(System.java:1003)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1807)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1724)
at java.lang.Runtime.loadLibrary0(Runtime.java:823)
at java.lang.System.loadLibrary(System.java:1028)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
at java.security.AccessController.doPrivileged(Native Method)
at sun.awt.NativeLibLoader.loadLibraries(NativeLibLoader.java:38)
at sun.awt.DebugHelper.<clinit>(DebugHelper.java:29)
at java.awt.Component.<clinit>(Component.java:566)
at com.install4j.runtime.splashscreen.JavaSplashController.show(Unknown Source)
at com.install4j.runtime.launcher.SplashEngine.showSplashScreen(Unknown Source)
at com.install4j.runtime.launcher.Launcher.main(Unknown Source)

我来到了/opt/jdk1.6.0_26/jre/lib/amd64/xawt;它确实有 libmawt.so,但没有libXext.so.6。尝试卸载jprofiler再安装,还是出​​现同样的错误。

有人知道这里发生了什么吗?

最佳答案

您不能在控制台模式下运行 JProfiler GUI。参数 -c 仅用于在控制台模式下运行安装程序。

要在 headless 机器上设置分析,运行

bin/jpintegrate

要控制没有附加 JProfiler GUI 的分析进程(“离线分析”)运行

bin/jpcontroller

关于java - JProfiler UnsatisfiedLinkError 启动时,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8163970/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com