Java Security: Illegal key size or default parameters?

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

    I experienced the same error while using Windows 7 x64, Eclipse, and JDK 1.6.0_30. In the JDK installation folder there is a jre folder. This threw me off at first as I was adding the aforementioned jars to the JDK's lib/security folder with no luck. Full path:

    C:\Program Files\Java\jdk1.6.0_30\jre\lib\security
    

    Download and extract the files contained in the jce folder of this archive into that folder.

提交回复
热议问题