I can't start with jawin in eclipse
843829Sep 6 2005 — edited Apr 10 2008i created a project named on 'study' in eclipse. and i imported Jawin.jar to 'study' project.
And created a HelloDll java file just as the file in Demos folder.
When i run it, a exception occured:
Exception in thread "main" java.lang.UnsatisfiedLinkError: no jawin in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682)
at java.lang.Runtime.loadLibrary0(Runtime.java:822)
at java.lang.System.loadLibrary(System.java:992)
at org.jawin.Bootstrap.<clinit>(Bootstrap.java:43)
at org.jawin.FuncPtr.<init>(FuncPtr.java:79)
at test.HelloDll.main(HelloDll.java:29)
What should i do to troubleshoot it?