摘要: 使用sun.misc.BASE64Decoder出错解决方案Access restriction: The type BASE64Decoder is not accessible due to restriction on required library D:\java\jre1.5.0_08\lib\rt.jar 在网上找到了解决方法如下,我是用第二种方法解决的~~ Solution 1 : import=”sun.misc.BASE64Decoder” 出现错误提示为:Access restriction: The type BASE64Decoder is not accessibl 阅读全文
posted @ 2013-04-09 18:43 清新每一天 阅读(1404) 评论(0) 推荐(0)