读书人

The type * is not accessible due to

发布时间: 2012-06-28 15:20:04 作者: rapoo

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就可以编译通过了。

读书人网 >Access

热点推荐