JNI Strange Behavior
Friends,
I'm receive a jni sample code for an api that I received time ago....
I compile the code and works... but if I change the name of the program, for example :
The program is called : xxxx.java and I change to : yyyy.java the program doesnt work.... I receive a error UnsatisfiedLinkError
Ps. I change all the xxxx references inside the code, and compile ok....
Why it happens ?
Thanks
jcf

