[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: Error code running SWT examples

Quincy Minor wrote:
I am trying to run the SWT examples but I am getting an error at runtime that I just can't get over. I have read a lot of resources with no luck. Here is the error. I am running Windows XP. I believe the swt-win32-3123 is a .dll file. I used the workbench to install the SWT examples.

Exception in thread "main" java.lang.UnsatisfiedLinkError: no swt-win32-3123 in java.library.path
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at org.eclipse.swt.internal.Library.loadLibrary(Library.java:123)
at org.eclipse.swt.internal.win32.OS.<clinit>(OS.java:18)
at org.eclipse.swt.widgets.Display.<clinit>(Display.java:125)
at org.eclipse.swt.examples.javaviewer.JavaViewer.main(JavaViewer.java:103)




Follow the instructions in http://dev.eclipse.org/mhonarc/lists/platform-dev/msg00619.html to launch an SWT application.


I found the extended search at http://www.eclipse.org/search/search.cgi + restricting it to the news archives to be userful.

Later,
Paul