Comment 18 for bug 620516

Revision history for this message
Alejandro PiƱeiro (apinheiro) wrote :

I also had this problem using Ubuntu oneiric. I have this eclipse packages installed:

ii eclipse 3.5.2-11ubuntu1 Extensible Tool Platform and Java IDE
ii eclipse-jdt 3.5.2-11ubuntu1 Eclipse Java Development Tools (JDT)
ii eclipse-pde 3.5.2-11ubuntu1 Eclipse Plug-in Development Environment (PDE)
ii eclipse-platform 3.5.2-11ubuntu1 Eclipse platform without plug-ins to develop any language
ii eclipse-platform-data 3.5.2-11ubuntu1 Eclipse platform without plug-ins to develop any language (data)
ii eclipse-plugin-cvs 3.5.2-11ubuntu1 Eclipse Team Integration (CVS support)
ii eclipse-rcp 3.5.2-11ubuntu1 Eclipse Rich Client Platform (RCP)

And this java ones:

ii sun-java6-bin 6.26-1natty1 Sun Java(TM) Runtime Environment (JRE) 6 (architecture dependent files)
ii sun-java6-demo 6.26-1natty1 Sun Java(TM) Development Kit (JDK) 6 demos and examples
ii sun-java6-jdk 6.26-1natty1 Sun Java(TM) Development Kit (JDK) 6
ii sun-java6-jre 6.26-1natty1 Sun Java(TM) Runtime Environment (JRE) 6 (architecture independent files)

On the .log I found this error message:
java.lang.UnsatisfiedLinkError: no swt-pi-gtk-3557 or swt-pi-gtk in swt.library.path, java.library.path or the jar file

Doing a dpkg -S:
dpkg -S swt-pi-gtk*
eclipse-rcp: /usr/lib/eclipse/configuration/org.eclipse.osgi/bundles/145/1/.cp/libswt-pi-gtk-3557.so

*But*, if I do a find on /usr/lib:
find "/usr/lib" -name "libswt-pi-gtk*"
/usr/lib/eclipse/configuration/org.eclipse.osgi/bundles/146/1/.cp/libswt-pi-gtk-3557.so

Notice that one says 145 and the other 146.

Should I re-open this bug or create a new one for Oneiric?