【发布时间】:2016-08-01 18:40:18
【问题描述】:
我刚刚安装了 Fedora 24 Workstation 的新副本,并在整个系统上执行了完整的 dnf update。
然后我从 jProfiler 站点安装了 jProfiler rpm。
但是,当我尝试启动 jProfiler(从 /opt/jprofiler9/jProfiler.desktop 图标或 /opt/jprofiler9/bin/jprofiler shell 脚本)时,我收到以下错误消息:
java.awt.HeadlessException
at java.awt.SplashScreen.getSplashScreen(SplashScreen.java:117)
at com.exe4j.runtime.splash.AwtSplashScreen.<init>(AwtSplashScreen.java:17)
at com.exe4j.runtime.splash.SplashEngine.setJavaSplashScreenConfig(SplashEngine.java:17)
at com.install4j.runtime.launcher.UnixLauncher.main(UnixLauncher.java:50)
我尝试使用DISPLAY=0.0 甚至DISPLAY=:0 设置我的显示,但似乎都没有任何区别/影响。
有什么建议可以让它发挥作用吗?我怀疑我忽略了一些明显的东西。
【问题讨论】: