gpt4 book ai didi

java - 在 headless Linux RedHat 系统上启动 Java FX 应用程序时出错

转载 作者:太空宇宙 更新时间:2023-11-04 11:13:03 25 4
gpt4 key购买 nike

尝试使用 X 在 Linux 系统上启动 java FX 应用程序。我得到以下堆栈跟踪。经过大量谷歌搜索和安装各种软件包后,我不知所措。有什么想法吗?

java -jar tacoma_testing.jar 
Prism-ES2 Error : GL_VERSION (major.minor) = 1.4
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.javafx.main.Main.launchApp(Main.java:698)
at com.javafx.main.Main.main(Main.java:871)
Caused by: java.lang.RuntimeException: java.lang.UnsatisfiedLinkError: /projects/tacoma/tacoma_regression_testing/jdk1.7.0_25/jre/lib/amd64/libglass.so: libgio-2.0.so.0: cannot open shared object file: No such file or directory
at com.sun.javafx.tk.quantum.QuantumToolkit.startup(QuantumToolkit.java:281)
at com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:124)
at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:163)
at com.sun.javafx.application.LauncherImpl.access$000(LauncherImpl.java:47)
at com.sun.javafx.application.LauncherImpl$1.run(LauncherImpl.java:115)
at java.lang.Thread.run(Thread.java:724)
Caused by: java.lang.UnsatisfiedLinkError: /projects/tacoma/tacoma_regression_testing/jdk1.7.0_25/jre/lib/amd64/libglass.so: libgio-2.0.so.0: cannot open shared object file: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary1(ClassLoader.java:1957)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1882)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1843)
at java.lang.Runtime.load0(Runtime.java:795)
at java.lang.System.load(System.java:1061)
at com.sun.glass.utils.NativeLibLoader.loadLibraryFullPath(NativeLibLoader.java:200)
at com.sun.glass.utils.NativeLibLoader.loadLibraryInternal(NativeLibLoader.java:88)
at com.sun.glass.utils.NativeLibLoader.loadLibrary(NativeLibLoader.java:31)
at com.sun.glass.ui.Application.loadNativeLibrary(Application.java:73)
at com.sun.glass.ui.Application.loadNativeLibrary(Application.java:80)
at com.sun.glass.ui.gtk.GtkPlatformFactory$1.run(GtkPlatformFactory.java:28)
at com.sun.glass.ui.gtk.GtkPlatformFactory$1.run(GtkPlatformFactory.java:25)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.glass.ui.gtk.GtkPlatformFactory.<clinit>(GtkPlatformFactory.java:25)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:190)
at com.sun.glass.ui.PlatformFactory.getPlatformFactory(PlatformFactory.java:20)
at com.sun.glass.ui.Application.Run(Application.java:103)
at com.sun.javafx.tk.quantum.QuantumToolkit.startup(QuantumToolkit.java:271)
... 5 more

最佳答案

Redhat 未列为 supported configuration对于 JavaFX 2.2。也不是在 headless 模式下运行 JavaFX。

对于 Java 8 这可能会发生变化,但 Java 8 尚未发布,因此在 Java 8 上运行的 JavaFX 支持的配置列表尚未发布。

目前支持的 Linux 配置集只有 => Ubuntu 10.4+ gtk2 2.18+ 如果您还需要媒体播放支持,则对 av 编解码器有可选的附加要求。

因此请尝试使用受支持的 Ubuntu 系统而不是 Redhat,你可能会或可能不会在 headless 环境中工作。

I tested and it works fine with Redhat 6. Redhat 5 seems to be the problem.

将为 Java 8 添加 Redhat Enterprise Linux 6 支持(将在未来几周内发布)。

RHEL 5.5 支持请求已关闭,因为无法修复,请参阅 RT-22564 "JavaFX Support for Red Hat Enterprise Linux 5.5" .

如果您能找到在 RHEL 5 上安装 gtk2 2.18+ 的方法,您也许能够让它工作,尽管没有保证。

关于java - 在 headless Linux RedHat 系统上启动 Java FX 应用程序时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22228995/

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