java.lang.UnsatisfiedLinkError: lotus/domino/axis/

2019-08-22 00:56发布

问题:

I want to test my domino web service consumer in intellij idea project

I have c:/Notes in my environments variables

Also I have all required domino jar files and also web service consumer %%object%%.jar and %%webserviceresource%%.jar

but still I have an exception

java.lang.UnsatisfiedLinkError: lotus/domino/axis/transport/http/NotesSocket.openConnection()V

I understand that there is no some native method in my classpath. Maybe c:/Notes is not enough

Could anyone help me with it?