java - j2pkcs11.dll 64-bit version -
here problem:
i want use j2pkcs11.dll in java application. downloaded dll here , move system32 directory. when run code have got :
java.lang.unsatisfiedlinkerror: c:\windows\system32\j2pkcs11.dll: can't load ia 32-bit .dll on amd 64-bit platform my os windows 7 64-bit , jre 64-bit too. need 64-bit version of j2pkcs11.dll when searched web not find anywhere. clue?
ok, may encounter problem, seems there no support j2pkcs11 in jre-64bit. install 32-bit jre , select jre runtime jre in intellij.
Comments
Post a Comment