Comment 26 for bug 1379431

Revision history for this message
In , Sravan Kumar Lakkimsetti (sravankumarl) wrote :

Hi,

From the logs it seems that gtk3 libraries are loaded but wrong version platform interface(pi) library developed for eclipse is getting loaded.

There are two pi libraries libswt-pi and libswt-pi3. Whenever gtk3 is loaded libswt-pi3 should get loaded. but it looks like this library is not getting loaded.

One way to confirm is to check whether all the dependencies are satisfied using the ldd command

the pi libraries are present at <eclipse home>/configuration/org.eclipse.osgi/209/0/.cp/

send us the output of ldd libswt-pi3-gtk-<version>.so

This should reveal any missing dependencies

Also can you reproduce the problem with other JREs like Oracle JRE?

Thanks
Sravan