You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception in thread "AWT-EventQueue-0" 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.lept4j.util.LoadLibs.getLeptonicaInstance(LoadLibs.java:78)
at net.sourceforge.lept4j.Leptonica.<clinit>(Leptonica.java:40)
The text was updated successfully, but these errors were encountered:
liblept173.dll is bundled in the JAR file. During runtime, the DLL is extracted, copied to the system default Temp directory, and loaded from there. So make sure your C:\Users\<username>\AppData\Local\Temp\lept has the DLL file. Try mvn test to run the unit tests.
Exception in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLinkError: The specified module could not be found.
The text was updated successfully, but these errors were encountered: