Skip to Main Content

Java HotSpot Virtual Machine

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

I can't start with jawin in eclipse

843829Sep 6 2005 — edited Apr 10 2008
i 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?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 8 2008
Added on Sep 6 2005
4 comments
1,677 views