JCE Unlimited Strength installed but AES 256 is not supported

百般思念 提交于 2019-12-03 23:09:33

You need to install the files into whichever JVM is going to run your code. To be on the safe side, I'd advocate installing it in both.

I notice you have two different versions: Java 7 for a JRE and Java 6 for an SDK. Bear in mind that Java 6 and 7 have different unlimited strength policy files, so you'll need to download both sets.

  • For the JRE, install into C:\Program Files\Java\jre7\lib\security.
  • For the JDK, install into C:\Development\Java\jdk1.6.0_21\jre\lib\security.
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!