Hi Kripal,
In the
java program itself i am setting the classpath in the follwing way
System.setProperty("java.library.path","dllfilename.dll");
System.loadLibrary("dllfilename.dll");
But i am not able to call a native method. While calling the native method it is giving the exception.
I have set the classpath in run.bat file also. Now also i am getting the same exception.
Please help me in this regard.
Thanks & Regards
Aresh Babu A