Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] eclipse and libswt-pi-gtk.so


Hi Eugene,

Did you try the all-in-one download ( http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/galileo/RC2/eclipse-php-galileo-RC2-linux-gtk.tar.gz )?  I just tried it and it worked without needing to do any swt setup, etc.

The libraries it's looking for are in the root of the org.eclipse.swt.gtk...jar file in the plugins directory, they get auto-extracted at runtime.  If the all-in-one download doesn't help you then you can try extracting the swt-pi-gtk-3548 library from the jar and ldd it to see if any of its dependencies are not resolving on your machine for some reason.

HTH,
Grant

Back to the top