Menu

#593 java.lang.UnsatisfiedLinkError: The specified module could not be found

invalid
nobody
Tess4J (1)
Forums
2017-09-20
2017-09-20
kajede
No

I just downloaded last version of Tess4J from http://tess4j.sourceforge.net/ and imported it in eclipse. I am follwoing this url i followed all step but when i am trying to execute i am getting below error.

Exception in thread "main" java.lang.UnsatisfiedLinkError: The specified module could not be found.

at com.sun.jna.Native.open(Native Method)
at com.sun.jna.Native.open(Native.java:1759)
at com.sun.jna.NativeLibrary.loadLibrary(NativeLibrary.java:260)
at com.sun.jna.NativeLibrary.getInstance(NativeLibrary.java:398)
at com.sun.jna.Library$Handler.<init>(Library.java:147)
at com.sun.jna.Native.loadLibrary(Native.java:412)
at com.sun.jna.Native.loadLibrary(Native.java:391)
at net.sourceforge.tess4j.util.LoadLibs.getTessAPIInstance(LoadLibs.java:75)
at net.sourceforge.tess4j.TessAPI.<clinit>(TessAPI.java:42)
at net.sourceforge.tess4j.Tesseract.init(Tesseract.java:367)
at net.sourceforge.tess4j.Tesseract.doOCR(Tesseract.java:280)
at net.sourceforge.tess4j.Tesseract.doOCR(Tesseract.java:212)
at net.sourceforge.tess4j.Tesseract.doOCR(Tesseract.java:196)

Discussion

  • kajede

    kajede - 2017-09-20

    Details of environment:
    spring MVC with maven
    os: win server 2008R2
    jvm 64 bit
    apache tomecat 9

     
  • Dave Brondsema

    Dave Brondsema - 2017-09-20
    • status: open --> invalid
     

Log in to post a comment.