Access restriction: The type Resource is not accessible due to restriction on required library

Eclipse 默认把这些受访问限制的API设成了ERROR。只要把Windows-Preferences-Java-Complicer- Errors/Warnings里面的Deprecated and restricted API中的Forbidden references(access rules)选为Warning就可以编译通过

  • 方法一:

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

  • 方法二(终极方法:)

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

猜你喜欢

转载自blog.csdn.net/steven_sisi/article/details/81091833
今日推荐