Working with dll in java web application deployed on linux server
843829Jul 26 2010 — edited Jul 26 2010Hi ,
I am using JNI concept for writing data into an image .I was able to do this using a normal java class(Java Project) and in my system where i have set the path for the dll .
Now i was trying to integrate it into my webproject and deploying it on the linux server 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
How i can keep my dll file in my web project , so that doesnt give any exception when we run it on any another machine.
.But how can i include it in my application without setting it every time.
Can i add the dll file in any of the jars ?How can i do this?Please help .
Thanks
Sindhura