JNI ?
Good morning..
I was trying the basic example in JNI in which i use a native code of C in Java... I followed the instructions i declared the method as native in my java program wrote the header file and wrote the C porgram... I even fixed the path... When i run my java application it does call the .dll file but mid way through it throws the exception
of the link error. I thought that error is thrown for wrong non setup path names. But i have done that and it does call the .dll file..... Any ideas..

