Question:
Today i got an error as the following: java.lang.UnsatisfiedLinkError: com.chilkatsoft.chilkatJNI.new_CkRsa() J com.chilkatsoft.chilkatJNI.new_CkRsa(Native Method) com.chilkatsoft.CkRsa.<ini>(CkRsa.java:347)
and then i tried to use CkCrypt2 class, i also got a similar error. but when i used eclipse to debug or run, it is working fine.
i have followed "Chilkat for Java Windows Install Instructions" to configure the environment. when i want to generate a jar package for SmartFoxServer extension, i got the error.
i am working on Win7 64bits, jdk 1.6, and chilkat-9.3.2-jdk6-x64.
any ideas for that? thanks.