Exception in thread "main" java.lang.UnsatisfiedLinkError: no jnitensorflow in java.library.path: [/usr/java/packages/lib, /usr/lib/x86_64-linux-gnu/jni, /lib/x86_64-linux-gnu, /usr/lib/x86_64-linux-gnu, /usr/lib/jni, /lib, /usr/lib] #2271
Labels
Error log:
I'm trying to use Tensorflow Java in a scala program.
I have used the following jar files as dependencies in my program:
Java version - openjdk version "17.0.12" 2024-07-16
OpenJDK Runtime Environment (build 17.0.12+7-Ubuntu-1ubuntu222.04)
OpenJDK 64-Bit Server VM (build 17.0.12+7-Ubuntu-1ubuntu222.04, mixed mode, sharing)
I couldn't locate jnitensorflow and jnijavacpp. I tried a few suggestions found in other posts. Can someone guide to resolve this error? But nothing worked for me. I'm new to this field.
The text was updated successfully, but these errors were encountered: