Click to See Complete Forum and Search --> : JNI Version Number problem


anilanand
June 11th, 2006, 08:59 PM
Hi,

I have a java file in which i declare the native methods and also a C++ file that defines them.

Now the problem is as and when i keep adding newer native methods, i want to define a version number in the java file and make the C++ file read the new java file using the Version Number(ok even if entered manually).

Can someone please help me out on this.
Sample code will be of great help.

Thanks