在Eclipse中实施Luna HSM时出现错误“ com.safenetinc.luna.LunaException:无法加载LunaAPI和LunaAPI_64库”

时间:2019-12-19 10:27:14

标签: java eclipse hsm

请帮助我解决错误。我在项目中添加了jar和LibLunaAPI.so。无法解决。

线程“ main”中的异常java.lang.ExceptionInInitializerError

at com.safenetinc.luna.LunaSlotManager.<init>(Unknown Source)
at com.safenetinc.luna.LunaSlotManager.getInstance(Unknown Source)
at login_HSM.login(login_HSM.java:25)
at login_HSM.main(login_HSM.java:15)

原因:com.safenetinc.luna.LunaException:无法加载LunaAPI和LunaAPI_64库

at com.safenetinc.luna.LunaAPI.<clinit>(Unknown Source)
... 4 more

原因:java.lang.UnsatisfiedLinkError:java.library.path中没有LunaAPI_64

at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1867)
at java.lang.Runtime.loadLibrary0(Runtime.java:870)
at java.lang.System.loadLibrary(System.java:1122)
... 5 more

0 个答案:

没有答案