java.lang.UnsatisfiedLinkError in Eclipse 3.2.1

Deal all,

sorry for the basic question, i met the following error when i try to use swing through swt , "Exception in thread "main" java.lang.UnsatisfiedLinkError: no swt-win32-3235 in java.library.path"

and i already add "org.eclipse.swt.win32.win32.x86_3.2.1.v3225.jar" in "Java build path"

so how can i handle this ?

thank you in advance!

[372 byte] By [Steven167a] at [2007-10-3 11:47:07]
# 1
I extracted the file "swt-win32-3235.dll" from "org.eclipse.swt.win32.win32.x86_3.2.1.v3225.jar" and put it into jdk\bin directory. This solved the problem.
Jailson_Lessaa at 2007-7-15 14:20:02 > top of Java-index,Archived Forums,Java 2 Software Development Kit (J2SE SDK)...
# 2
I had same problem with using jdeveloper 10.1.3.1.0. I extracted the reported dll files from org.eclipse.swt.win32.win32.x86_3.2.1.v3235.jar and put the them in ..\jdk\bin that my jdeveloper runs and the problem got resolvedWole
ekitia at 2007-7-15 14:20:02 > top of Java-index,Archived Forums,Java 2 Software Development Kit (J2SE SDK)...