首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > Access >

The type * is not accessible due to restriction on required library rt.jar

2012-06-28 
The type *** is not accessible due to restriction on required library rt.jar问题:The type *** is no

The type *** is not accessible due to restriction on required library rt.jar
问题:The type *** is not accessible due to restriction on required library D:\Java\jre1.6.0_07\lib\rt.jar

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

热点排行