码迷,mamicode.com
首页 > 编程语言 > 详细

Java常见异常

时间:2015-01-06 15:03:20      阅读:382      评论:0      收藏:0      [点我收藏+]

标签:

1、java.security.NoSuchAlgorithmException: PBEWithMD5AndDES SecretKeyFactory not available

Exception in thread "main" java.lang.AssertionError: java.security.NoSuchAlgorithmException: PBEWithMD5AndDES SecretKeyFactory not available
        at de.schlichtherle.license.PrivacyGuard.getCipher(Unknown Source)
        at de.schlichtherle.license.PrivacyGuard.getCipher4Decryption(Unknown Source)
        at de.schlichtherle.license.PrivacyGuard.key2cert(Unknown Source)
        at de.schlichtherle.license.LicenseManager.install(Unknown Source)
        at com.intple.esr.license.EsrLicenseManager.installLicenseFile(EsrLicenseManager.java:146)
        at com.intple.esr.license.EsrLicenseManager.verify(EsrLicenseManager.java:46)
        at de.schlichtherle.license.LicenseManager.verify(Unknown Source)
        at com.intple.esr.bootstrap.Bootstrap.checkLicense(Bootstrap.java:95)
        at com.intple.esr.bootstrap.Bootstrap.main(Bootstrap.java:203)
Caused by: java.security.NoSuchAlgorithmException: PBEWithMD5AndDES SecretKeyFactory not available
        at javax.crypto.SecretKeyFactory.<init>(DashoA13*..)
        at javax.crypto.SecretKeyFactory.getInstance(DashoA13*..)
        ... 9 more

把j文件 sunjce_provider.jar 拷贝到Java_Home/jre/lib/ext.

Java常见异常

标签:

原文地址:http://www.cnblogs.com/kofxxf/p/4205872.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!