You are on page 1of 1

java file is made.

note: static,loadLibrary(),native
class file is made.
then header file is made.
javah -jni classname
from the header file the signature is taken and one c file is created
using that signature.
Then I tried to compile it at BC.
But errors came as Jni.h,new headerfile and one more jni rel h file
were copied into BC's include diry.
And .c file is compiled & one .obj is created .
But the problem arises while creating the dll file.
Tried in lot of ways but in vain.
so try to get the command to make the dll file.

You might also like