Archived Forum Post

Index of archived forum posts

Question:

Error Chilkat Java Library

Sep 04 '12 at 13:01

No work creating classes Chilkat Java library.

Ex.: CkHttpRequest req = new CkHttpRequest();

This message is displayed in eclipse:

Exception in thread "" java.lang.UnsatisfiedLinkError: com.chilkatsoft.chilkatJNI.new_CkHttpRequest()J

at com.chilkatsoft.chilkatJNI.new_CkHttpRequest(Native Method)

Anyone can help me.


Accepted Answer

See these Chilkat web pages:

Linux: How to Load a Java Native/Shared Library (.so)
Windows: How to Load a Java Native/Dynamic Library (DLL)
MAC OS X: How to Load a Java Native/Shared Library (.jnilib)