Hi,
I was trying to learn the JNI with Rust and refer to this: jni - Rust
I did everything according to the documentation, but still get the UnsatisfiedLinkError.
I also export the LD_LIBRARY_PATH according to the last step and it can be shown:
But still, I got the same UnsatisfiedLinkError. What can I do??
Thanks in advance