Java IBM Lotus 连接:NotesFactory 创建会话失败 "UnsatisfiedLinkError"
Java IBM Lotus connection : NotesFactory create session fails with "UnsatisfiedLinkError"
我正在调用以下方法连接到 IBM 笔记:
session = NotesFactory.createSessionWithFullAccess(Configs.NOTES_PASSWORD);
但我的会话失败,java.lang.UnsatisfiedLinkError 位于:lotus.domino.local.Session.NCreateSessionWithFullAccess(Ljava/lang/String;)J
在 lotus.domino.local.Session.NCreateSessionWithFullAccess(本机方法)
我有 Notes 客户端版本 9.0.1,我已将 Notes 文件夹添加到路径中。我 运行 Windows 10.
谁能帮帮我?
IBM 提供的 Notes.jar 仅适用于 32 位 jre。我的是 64 位。更改 jre 后它可以工作。
我正在调用以下方法连接到 IBM 笔记:
session = NotesFactory.createSessionWithFullAccess(Configs.NOTES_PASSWORD);
但我的会话失败,java.lang.UnsatisfiedLinkError 位于:lotus.domino.local.Session.NCreateSessionWithFullAccess(Ljava/lang/String;)J 在 lotus.domino.local.Session.NCreateSessionWithFullAccess(本机方法)
我有 Notes 客户端版本 9.0.1,我已将 Notes 文件夹添加到路径中。我 运行 Windows 10.
谁能帮帮我?
IBM 提供的 Notes.jar 仅适用于 32 位 jre。我的是 64 位。更改 jre 后它可以工作。