Java Security: Illegal key size or default parameters?

前端 未结 19 1500
日久生厌
日久生厌 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:59

    For JAVA 7 the download link is jce-7-download

    Copy the two downloaded jars in Java\jdk1.7.0_10\jre\lib\security
    Take a backup of older jars to be on safer side.

    For JAVA 8 the download link is jce-8-download
    Copy the downloaded jars in Java\jdk1.8.0_45\jre\lib\security
    Take a backup of older jars to be on safer side.

提交回复
热议问题