hi Can anyone give me complete steps in writing JNI program with example. I have generated jni.h file but iam unable to include file and create shared library. bye Rgds Ravi Vunnam.
Nayanjyoti Talukdar
Ranch Hand
Joined: Feb 12, 2002
Posts: 71
posted
0
Hi Ram, Here is a site which gives all the basic steps to start JNI.. It was very helpful for me.U can have a look..See Here. -------- Nayan.
Neal Swearer
Greenhorn
Joined: Sep 13, 2002
Posts: 21
posted
0
I did my senior project using JNI and C and I found Sun Java Tutorial on JNI to be very helpful.