Skip to Main Content

Java HotSpot Virtual Machine

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Working with dll in java web application deployed on linux server

843829Jul 26 2010 — edited Jul 26 2010
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) 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 23 2010
Added on Jul 26 2010
2 comments
647 views