centos - Eclipse X11 Forwarding Cent OS -


i'm trying eclipse work on centos 7 vm via x11 forwarding. x11 forwarding seems working, able run , see "xclock". however, whenever run eclipse, crashes message similar this:

java.lang.unsatisfiedlinkerror: not load swt library. reasons:     /home/centos/eclipse/configuration/org.eclipse.osgi/375/0/.cp/libswt-pi-gtk-4527.so: libgtk-x11-2.0.so.0: cannot open shared object file: no such file or directory     no swt-pi-gtk in java.library.path     /home/centos/.swt/lib/linux/x86_64/libswt-pi-gtk-4527.so: libgtk-x11-2.0.so.0: cannot open shared object file: no such file or directory     can't load library: /home/centos/.swt/lib/linux/x86_64/libswt-pi-gtk.so 

this issue on web, , lot of solved soft linking files in /usr/lib/jni/ ~/.swt/lib/linux/x86/ but, not have a /usr/lib/jni directory. so, tried find libraries create folder upon installation , found these in stack overflow post: libswt-gtk-3-jni, libswt-gtk-3-java

and can't seem find on centos provides these. found guide on centos client portal installing eclipse , doesn't work me. talks getting access devtoolset-3 via redhat subscription manager or rhn classic, both of unavailable me on machine working with.

at point have jdk installed, , eclipse untarred , attempting launch , i'm getting error. ideas?


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -