博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
java常见错误--Access restriction: The type BASE64Encoder
阅读量:6306 次
发布时间:2019-06-22

本文共 936 字,大约阅读时间需要 3 分钟。

在Eclipse中编写Java代码时,用到了BASE64Decoder,import sun.misc.BASE64Decoder;可是Eclipse提示:
Access restriction : The type BASE64Decoder is not accessible due to restriction on required library C:\Program
files\java\jre6\lib\rt.jar
Access restriction : The constructor BASE64Decoder() is not accessible due to restriction on required library C:\Program files\java\jre6\lib\rt.jar
搞 不懂是为什么,最后在http://forums.dzone.com/eclipse/384-access-restriction- problems.html找到答案,只需要在project build path中先移除JRE System Library,再添加库JRE System Library,重新编译后就一切正常了。但是我仍然很疑惑是为什么。。。
原文见:http://zhoushuyan.cn/java/the-type-base64decoder-is-not-accessible-due-to-restriction-on-required-library/
------------------------------
Windows -> Preferences -> Java -> Compiler -> Errors/Warnings ->
Deprecated and trstricted API -> Forbidden reference (access rules): -> change to warning
转自:
http://palwang.iteye.com/blog/906425

转载于:https://www.cnblogs.com/zhengah/p/5026357.html

你可能感兴趣的文章
PHP代码审计笔记--弱类型存在的安全问题
查看>>
LC3大会,开源人的狂欢,反哺的力量驱动技术革新
查看>>
巴伦周刊:天高任“云”飞,阿里云估值或超800亿美元
查看>>
题解 P3717 【[AHOI2017初中组]cover】
查看>>
MVC 区域内默认控制器不能访问(Multiple types were found that match the controller named ‘Index')...
查看>>
别再瞎猜测了,吴恩达妻子说了他不会加入Drive.ai
查看>>
ERP实施中“管理思想”如何落地?
查看>>
图形 API 规范 Vulkan 1.1.106 发布
查看>>
酷炫物联网下的危机
查看>>
其它内置函数
查看>>
利用时间戳生成8位不重复随机码
查看>>
数据结构思维 第十四章 持久化
查看>>
「深度」坐拥百亿却屡遭吐槽,服务机器人何时才能从“智障玩伴”变得更“智能”...
查看>>
突然的明白--public static 类名 函数名()
查看>>
将眼动追踪加入Vive头显,Tobii Pro推出VR研究工具
查看>>
咋办?每天上万部安卓手机被黑客入侵 用量子加密啊
查看>>
浅谈Kotlin(四):控制流
查看>>
记一次主机入侵攻防大战:firewalld防火墙指定的IP段的端口访问控制
查看>>
Java小白进阶笔记(1)-重新认识Java
查看>>
电商产品的版本类型命名总结
查看>>