Error while implementing JNI functions in c
hai,
I am getting errors while compailing the C file in which i implemented the JNI functions. C file i includes all the header files Such as jni.h,ExpJni.h(this the heder file i made through javah) and stdio.h . compiler showing error in " extern "c"....."line.The fuction name in c file and the ExpJni.h file is the same.please help me
bye
midhun

