When I run my program, I get:
Exception in thread "main" java.lang.UnsatisfiedLinkError: no swt-win32-3138
in java.library.path
I have visited http://www.eclipse.org/swt/faq.php#missingdll
but I don't have a folder called org.eclipse.swt.win32_3.0.0 or anything
similiar in plugins folder. All I've got is
org.eclipse.swt.win32.win32.x86_3.1.0.jar
If you're running your program in Eclipse then you can use "Run as SWT Application" and that will set up java.library.path automatically.
If you're trying to run your application outside of Eclipse you will have to get the libraries in a folder where you can access them. You can do this by inflating the JAR file and moving the libraries out of the os subdirectory structure.