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
Hello,
I'm trying to integrate deepspeech in Java, but when I'm starting my Java programm I'm getting following error:
Exception in thread "Thread-0" java.lang.UnsatisfiedLinkError: no deepspeech-jni in java.library.path
I'm working on Windows 10 and after some research I found out, that deepspeech-jni is an .so and no dll. So I don't know if this cares about the using system, but also I don't know how it could work, so if you could help me, I would be very thankfull.
The text was updated successfully, but these errors were encountered:
Hello,
I'm trying to integrate deepspeech in Java, but when I'm starting my Java programm I'm getting following error:
Exception in thread "Thread-0" java.lang.UnsatisfiedLinkError: no deepspeech-jni in java.library.path
I'm working on Windows 10 and after some research I found out, that deepspeech-jni is an .so and no dll. So I don't know if this cares about the using system, but also I don't know how it could work, so if you could help me, I would be very thankfull.
The text was updated successfully, but these errors were encountered: