no swt-mozilla-gtk-4332 in java.library.path

亡梦爱人 提交于 2019-12-06 11:01:55

i just had this same error on Ubuntu 14.04 and solved it by installing an older version:

sudo apt-get install libwebkitgtk-1.0-0

libwebkitgtk-3.0-0 was already installed

For Linux Mint 19 it worked with this (same as marengaz' answer)

sudo apt-get install libwebkitgtk-1.0-0

I was on SWT/GTK+ v4.3 and needed to download and update to SWT/GTK+ v4.4 (or the beta of v4.5), which supports the new GTK+ introduced in GTK version v22.* and present in CENTOS 7. See comment from Baz and myself.

sudo apt-get install libwebkitgtk-1.0-0

I tested many java versions, think that it was java. But what really makes sense was to install libwebkitgtk for versions 7.1 and 8.0 of pentaho data integration.

I tried something like

sudo yum install libwebkitgtk-1.0-0

on fedora 28 and I got this message

" Last metadata expiration check: 0:33:01 ago on Wed 02 Jan 2019 06:38:13 PM -02. No match for argument: libwebkitgtk-1.0-0 Error: Unable to find a match "

As a read in this post

https://community.hitachivantara.com/thread/13998-problems-with-libwebkitgtk-10-0

There is no suport for version 1 of libwebkitgtk on fedora

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!