If you face the following error while running IBM IM...
java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons:
/opt/IBM/InstallationManager/eclipse/configuration/org.eclipse.osgi/bundles/448/1/.cp/libswt-pi-gtk-3659.so (libXtst.so.6: cannot open shared object file: No such file or directory)
swt-pi-gtk (Not found in java.library.path)
Then, install the following packages:
yum -y install gtk2.i686
yum -y install libXtst.so.6
yum -y install libpk-gtk-module.so
yum -y install libcanberra-gtk-module.so
yum -y install gtk2-engines.i686
Comments
Post a Comment