This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
java.lang.UnsatisfiedLinkError means that back end Native code could not be found when trying to execute via Java.
The Notes.JAR uses JNI wrappers to interact with Notes/Domino.
So to solve your issue, you only need to have your Notes install directory on the path. That way the DLLs will be picked up.
If you plan to create a Java Application without Notes installed, you will need to use NCSO.JAR instead. These are stub classes which use a Domino server backend to do the work. Of course you will need to connect to a domino server to use this correctly.
Feedback response number WEBB9AKAK2 created by ~Joseph Fezlulitynds on 08/14/2013