Cannot find any provider supporting DESede/CBC/PKCS5Padding 问题处理

问题如下:

DecryptCipher Exception:- java.security.NoSuchAlgorithmException: Cannot find any provider supporting DESede/CBC/PKCS5Padding
DecryptCipher Exception:- java.lang.NullPointerException
EncryptCipher Exception:- java.security.NoSuchAlgorithmException: Cannot find any provider supporting DESede/CBC/PKCS5Padding
jiami:null
null

解决办法

右击项目属性--Properties----Java Build Path-----Libraries----JRE System Libraries,修改为jdk_1.7.0.01_x86(名称是添加jre时自定义的)

猜你喜欢

转载自blog.csdn.net/wangming520liwei/article/details/105495400