I'm brand new to Java and Eclipse. I just tried to follow the tutorial to create the HelloWorldSWT app and when I attempt to run it, I get the following error:
Exception in thread "main" java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons:
no swt-win32-4236 in java.library.path
no swt-win32 in java.library.path
Can't load library: C:\Users\Steve\.swt\lib\win32\x86_64\swt-win32-4236.dll
Can't load library: C:\Users\Steve\.swt\lib\win32\x86_64\swt-win32.dll
at org.eclipse.swt.internal.Library.loadLibrary(Library.java:331)
at org.eclipse.swt.internal.Library.loadLibrary(Library.java:240)
at org.eclipse.swt.internal.C.<clinit>(C.java:21)
at org.eclipse.swt.widgets.Display.<clinit>(Display.java:138)
at HelloWorldSWT.main(HelloWorldSWT.java:12)