Why am I getting package javax.crypto does not exist

前端 未结 3 401
我寻月下人不归
我寻月下人不归 2020-12-11 00:37

When I compile a class using javax.crypto.Mac I get this error message?

package javax.crypto does not exist

3条回答
  •  隐瞒了意图╮
    2020-12-11 01:18

    It worked for me, I downloaded the zip and paste these 3 files into C:\Program Files\Java\jdk1.7.0_11\jre\lib\ext as explained in jce-1_2_2/jce1.2.2/INSTALL.html in the zip file.

    • jce1_2_2.jar
    • US_export_policy.jar
    • local_policy.jar

提交回复
热议问题