码迷,mamicode.com
首页 > 数据库 > 详细

"Access restriction: The type BASE64Encoder is not accessible due to restrict"问题解决

时间:2017-10-30 11:24:51      阅读:223      评论:0      收藏:0      [点我收藏+]

标签:span   ica   java   blog   res   compiler   邮件   参考   错误   

问题如题:

Eclipse中有一种叫做存取限制的机制,来防止你错误使用那些非共享的API。通常来说,Eclipse做的是对的,因为两点,我们不想要使用非共享API的,而且Eclipse知道什么是共享的和非共享的API。但是有时我们想要使用非共享的API,比如说用gmail的来发送和接收邮件,要用到SSL。这个就是非共享的API。这时候我们就要更改一些设置了。

有以下两种解决方法:

方法一:

全局属性Project>preferences>java>Compiler>Errors/Warnings>把右侧的【Deprecated and restricted API>Forbidden reference的Error】置为【Warning】.或着【Ignore】.

方法二:

项目属性preferences>java build path>把右侧【libraries中的JRE System Library】删除重新导入.

推荐使用后一种方法。

 

参考文章:

Access restriction: The type ‘Application‘ is not API (restriction on required library rt.jar)

百度知道:https://zhidao.baidu.com/question/506978967.html

"Access restriction: The type BASE64Encoder is not accessible due to restrict"问题解决

标签:span   ica   java   blog   res   compiler   邮件   参考   错误   

原文地址:http://www.cnblogs.com/Anidot/p/7753281.html

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