Hi ,
I am using JNI concept for writing data into an image .I was able to do this using a normal
java class(Java Project).
Now i was trying to integrate it into my webproject.when i am invoking my method it is not able to load the native library .
I am getting the following exception:
Exception in
thread "main" java.lang.UnsatisfiedLinkError: no chilkat in java.library.path
Can i add the dll file in any of the jars ?How can i do this?Please help .
Thanks
Sindhura