sun.misc.BASE64Decoder 导入 错误

来源:互联网 发布:vero moda知乎 编辑:程序博客网 时间:2024/06/05 20:49

http://sky4160864.javaeye.com/blog/772896

试验成功

import="sun.misc.BASE64Decoder"
出现错误提示为:Access restriction: The type BASE64Decoder is not accessible due to restriction
on required library D:/ProgramFiles/MyEclipse/jre/lib/rt.jar
---------------------------------------------------------------------------
安装国外论坛的方法解决了,如下:
1. Open project properties.
2. Select Java Build Path node.
3. Select Libraries tab.
4. Remove JRE System Library.
5. Add Library JRE System Library.