What is the cause of an UnsatisfiedLinkError?

Posted by gurukulki on Stack Overflow See other posts from Stack Overflow or by gurukulki
Published on 2010-03-15T10:37:58Z Indexed on 2010/03/15 12:29 UTC
Read the original article Hit count: 545

Filed under:

When i am trying to run my program it is giving the following error

       Exception in thread "main" java.lang.UnsatisfiedLinkError: no jacob-1.14.3-x86 in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682)
at java.lang.Runtime.loadLibrary0(Runtime.java:823)
at java.lang.System.loadLibrary(System.java:1030)
at com.jacob.com.LibraryLoader.loadJacobLibrary(LibraryLoader.java:184)
at com.jacob.com.JacobObject.<clinit>(JacobObject.java:108)
at javaSMSTest.main(javaSMSTest.java:18)

please help

© Stack Overflow or respective owner

Related posts about java