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)