I am developing one java web application using eclipse IDE and deploying the application on google app engine.
I added chilkat.jar in WEB-INF->lib folder but still getting this java.lang.UnsatisfiedLinkError: com.chilkatsoft.chilkatJNI.swig_module_init()V.
I also tried from project properties-> java build path-> add external jar option, still getting this error. How to resolve this issue while using chilkat.jar in java web application.