Skip to main content



      Home
Home » Newcomers » Newcomers » java.lang.UnsatisfiedLinkError
java.lang.UnsatisfiedLinkError [message #88120] Wed, 20 July 2005 22:21
Eclipse UserFriend
Originally posted by: allan.carter.ace-racing.com

I'm trying to run eclipse on SUSE Linux 9.3 on an x86_64 machine. I
downloaded the tar.gz and extracted it. Then I try to run eclipse:

/eclipse

and I get the eclipse splash and then an error message. The log file
created contains the following. Any ideas on how to get around this? It
seems like it is finding the JRE, the JRE is the right version, but it is
unable to find library files that it needs.


!SESSION 2005-07-20 21:17:52.02
------------------------------------------------
eclipse.buildId=I20050627-1435
java.version=1.4.2_08
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Command-line arguments: -os linux -ws gtk -arch x86_64

!ENTRY org.eclipse.osgi 2005-07-20 21:17:53.418
!MESSAGE Application error
!STACK 1
java.lang.UnsatisfiedLinkError:
/home/allan/eclipse/eclipse/configuration/org.eclipse.osgi/b undles/85/1/.cp/libswt-pi-gtk-3138.so:
/home/allan/eclipse/eclipse/configuration/org.eclipse.osgi/b undles/85/1/.cp/libswt-pi-gtk-3138.so:
cannot open shared object file: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1586)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1495)
at java.lang.Runtime.loadLibrary0(Runtime.java:788)
at java.lang.System.loadLibrary(System.java:834)
at org.eclipse.swt.internal.Library.loadLibrary(Library.java:12 3)
at org.eclipse.swt.internal.gtk.OS.<clinit>(OS.java:19)
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:122)
at org.eclipse.ui.internal.Workbench.createDisplay(Workbench.ja va:381)
at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:155)
at
org.eclipse.ui.internal.ide.IDEApplication.createDisplay(IDE Application.java:128)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:79)
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:226)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:376)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.main(Main.java:948)
Previous Topic:Full screen editing
Next Topic:hibernatedoclet does not work in eclipse directory
Goto Forum:
  


Current Time: Sat Jul 26 05:06:57 EDT 2025

Powered by FUDForum. Page generated in 0.08358 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top