java.lang.UnsatisfiedLinkError:
Hi,I am trying to call a dll functionality using JNI from a class that is inside a jar, but i am facing with the java.lang.UnsatisfiedLinkError message.i am able to load the dll but when i try to run any native mathod i get this message.Please help.Eitan.
# 1
> Hi,
> I am trying to call a dll functionality using JNI
> from a class that is inside a jar, but i am facing
> with the java.lang.UnsatisfiedLinkError message.
>
> i am able to load the dll but when i try to run any
> native mathod i get this message.
Post the full error message.