Question:
Hi,
I am getting following error for EJB application on jbosseap6.2 for chilkat9.2 for java6 32bit.
java.lang.UnsatisfiedLinkError: com.chilkatsoft.chilkatJNI.new_CkZip()J
Could you please let us know what is the issue?
chilkat.dll is in jbosseap6.2/bin/native directory which is included in java.library.path. System.loadLibrary("chilkat"); Error occures during the following call. CkZip zip = new CkZip();
Thanks,
I think this is a JBoss issue. The solution is to determine exactly where JBoss is looking for the shared library..