is not accessible due to restriction on required library

eclipse遇到报错:

 

The type JPEGImageEncoder is not accessible due to restriction on required library C:\Java\jre1.6.0_07\lib\rt.jar

 

google后发现用以下方式解决:

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

 

http://topic.csdn.net/u/20090716/09/a0c5c444-4ca6-43a0-b81f-6f73e426adae.html

你可能感兴趣的:(java,eclipse,windows,Google,Access)