Skip to main content

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

Hi all!
I tried to start eclipse pdt and it said An error has occurred. See the log
file /home/smile/workspace/.metadata/.log. That log file contains

!SESSION 2009-06-10 23:59:23.013
-----------------------------------------------
eclipse.buildId=I20090522-1710
java.version=1.6.0_06
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
Framework arguments:  -product org.eclipse.epp.package.php.product
Command-line arguments:  -os linux -ws gtk -arch x86 -product
org.eclipse.epp.package.php.product

!ENTRY org.eclipse.osgi 4 0 2009-06-10 23:59:27.818
!MESSAGE Application error
!STACK 1
java.lang.UnsatisfiedLinkError: no swt-pi-gtk-3548 or swt-pi-gtk in
swt.library.path, java.library.path or the jar file
	at org.eclipse.swt.internal.Library.loadLibrary(Library.java:248)
	at org.eclipse.swt.internal.Library.loadLibrary(Library.java:159)
	at org.eclipse.swt.internal.gtk.OS.<clinit>(OS.java:22)
	at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:63)
	at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:54)
	at org.eclipse.swt.widgets.Display.<clinit>(Display.java:130)
	at org.eclipse.ui.internal.Workbench.createDisplay(Workbench.java:516)
	at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:161)
	at
org.eclipse.ui.internal.ide.application.IDEApplication.createDisplay(IDEApplication.java:143)
	at
org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:88)
	at
org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
	at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
	at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
	at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
	at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1311)

So I decided to install swt but it did not help me. Running by
# strace eclipse 2>&1 | grep libswt
I see eclipse tries to open libswt-pi-gtk.so.  I can't find this file in swt
package and don't know where can I get it from. Google don't know too.

Additional info:
# uname -a
Linux server 2.6.27.7-smp #1 SMP Thu Nov 20 22:18:02 CST 2008 i686 Intel(R)
Core(TM)2 Duo CPU     E8200  @ 2.66GHz GenuineIntel GNU/Linux

any ideas?
thanks

regards, 
Eugene
-- 
View this message in context: http://www.nabble.com/eclipse-and-libswt-pi-gtk.so-tp23971228p23971228.html
Sent from the Eclipse Platform - swt mailing list archive at Nabble.com.



Back to the top