Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] what is this error?

Hi There,

All you need to do is put the swt DLL in System32 directory and this error will go away.
Regards

Noureddine



From: "Felix Yuan" <bigbrain_cn@xxxxxxx>
Reply-To: platform-swt-dev@xxxxxxxxxxx
To: <platform-swt-dev@xxxxxxxxxxx>
Subject: [platform-swt-dev] what is this error?
Date: Tue, 15 Apr 2003 17:20:38 +0800

hi
during i run the program in http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-swt-home/snippits/snippet102.html ,the following error occurs.(build is ok)
what does it mean?

java.lang.UnsatisfiedLinkError: no swt-win32-2133 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:108)
 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 Main.main(Main.java:34)
Exception in thread "main"

regards,

felix


_________________________________________________________________
Help STOP SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail



Back to the top