Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » library path problem
library path problem [message #128679] Fri, 12 September 2003 21:33 Go to next message
Eclipse UserFriend
Originally posted by: kapital1232000.yahoo.com

Hi All, I've followed the step by step "SWT Example" project on the online
help and I'm getting the following error. I realize there is a library
path issue but I fail to figure where I have to add....
java.lang.UnsatisfiedLinkError: no swt-win32-2135 in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1403)
at java.lang.Runtime.loadLibrary0(Runtime.java:788)
at java.lang.System.loadLibrary(System.java:832)
at org.eclipse.swt.internal.Library.loadLibrary(Library.java:10 8)
at org.eclipse.swt.internal.win32.OS.<clinit>(OS.java:46)
at org.eclipse.swt.widgets.Display.internal_new_GC(Display.java :1291)
at org.eclipse.swt.graphics.Device.init(Device.java:547)
at org.eclipse.swt.widgets.Display.init(Display.java:1310)
at org.eclipse.swt.graphics.Device.<init>(Device.java:96)
at org.eclipse.swt.widgets.Display.<init>(Display.java:291)
at org.eclipse.swt.widgets.Display.<init>(Display.java:287)
at
org.eclipse.swt.examples.addressbook.AddressBook.main(Addres sBook.java:52)
Exception in thread "main"

thanx
Re: library path problem [message #130506 is a reply to message #128679] Tue, 16 September 2003 17:13 Go to previous message
Eclipse UserFriend
kapital wrote:
> Hi All, I've followed the step by step "SWT Example" project on the online
> help and I'm getting the following error. I realize there is a library
> path issue but I fail to figure where I have to add....
> java.lang.UnsatisfiedLinkError: no swt-win32-2135 in java.library.path
> at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1403)
> at java.lang.Runtime.loadLibrary0(Runtime.java:788)
> at java.lang.System.loadLibrary(System.java:832)
> at org.eclipse.swt.internal.Library.loadLibrary(Library.java:10 8)
> at org.eclipse.swt.internal.win32.OS.<clinit>(OS.java:46)
> at org.eclipse.swt.widgets.Display.internal_new_GC(Display.java :1291)
> at org.eclipse.swt.graphics.Device.init(Device.java:547)
> at org.eclipse.swt.widgets.Display.init(Display.java:1310)
> at org.eclipse.swt.graphics.Device.<init>(Device.java:96)
> at org.eclipse.swt.widgets.Display.<init>(Display.java:291)
> at org.eclipse.swt.widgets.Display.<init>(Display.java:287)
> at
> org.eclipse.swt.examples.addressbook.AddressBook.main(Addres sBook.java:52)
> Exception in thread "main"
>
> thanx
>
You need to add the directory where this DLL is located to your PATH
variable.
Previous Topic:Isit possible tocreate the IFile object onto filesystem file,that's not in IProj
Next Topic:SWT in linux/SOLARIS
Goto Forum:
  


Current Time: Sun Nov 09 17:58:43 EST 2025

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

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

Back to the top