Java Security: Illegal key size or default parameters?

前端 未结 19 1487
日久生厌
日久生厌 2020-11-22 03:34

I had asked a question about this earlier, but it didn\'t get answered right and led nowhere.

So I\'ve clarified few details on the problem and I would really like t

19条回答
  •  时光说笑
    2020-11-22 03:55

    Download the JCE Files from below Link for Java 6

    https://www.oracle.com/java/technologies/jce-6-download.html
    

    Download the JCE Files from below Link for Java 8

    https://www.oracle.com/java/technologies/javase-jce8-downloads.html
    

    Copy the files downloaded from the above Link and Go to JDK Installed Directory

    /Users/ik/jdk1.8.0_72/jre/lib/security
    

    Paste & Replace the files from the directory. Restart your application & the error must be resolved.

提交回复
热议问题