JavaFX: Can't load library: libjfxwebkit.so
Александр Свиридов
ooo_saturn7 at mail.ru
Tue Apr 21 11:34:37 UTC 2015
I use centos 6.4 + openjdk8 (build 25.40-b18, mixed mode) and openjfx (I build it from today sources).
I have 64 box. And I can't use the html components (all other components seem to work normally) - webview,webengine,htmleditor. When I try to use them I get:
Caused by: java.lang.UnsatisfiedLinkError:Can't load library:/usr/java/j2sdk-image/jre/lib/amd64/libjfxwebkit.so
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1817)
at java.lang.Runtime.load0(Runtime.java:809)
at java.lang.System.load(System.java:1083)
at com.sun.glass.utils.NativeLibLoader.loadLibraryFullPath(NativeLibLoader.java:201)
at com.sun.glass.utils.NativeLibLoader.loadLibraryInternal(NativeLibLoader.java:94)
at com.sun.glass.utils.NativeLibLoader.loadLibrary(NativeLibLoader.java:39)
at com.sun.webkit.WebPage.lambda$static$38(WebPage.java:127)
at com.sun.webkit.WebPage$$Lambda$70/1840187125.run(UnknownSource)
at java.security.AccessController.doPrivileged(NativeMethod)
at com.sun.webkit.WebPage.<clinit>(WebPage.java:126)
at javafx.scene.web.WebEngine.<init>(WebEngine.java:824)
I tried to find this lib on my PC but didn't find. I tried to find in repos:
yum provides libjfxwebkit.so
but also didn't find. What should I do?
More information about the openjfx-dev
mailing list