using safenet LUNA Api with eclipse (LunaTokenManager)
问题 I have implemented a test unit to load Luna keystore but something is wrong when i try to initialize the "LunaTokenManager": public static void main(String[] args) { try { LunaTokenManager tokenManager = LunaTokenManager.getInstance(); } catch (Throwable t) { t.printStackTrace(); } } i got the following message: java.lang.UnsatisfiedLinkError: com.chrysalisits.crypto.LunaAPI.Initialize()V at com.chrysalisits.crypto.LunaAPI.Initialize(Native Method) at com.chrysalisits.crypto.LunaTokenManager.