Access restriction: The constructor CachedRowSetImpl()is not accessible due to restriction on requie

在工作中,有一个项目使用到了JDK中的CachedRowSetImpl类,但是从代码库中检索到本地搭建项目时却出现Access restriction: The constructor CachedRowSetImpl()is not accessible due to restriction on requie错误信息,采用的开发IDE是Eclipse,检查JAVA编译版本和引用的JDK路径都没问题,通过网络查找做以下尝试问题解决.

选中项目右击依次选择Windows-Preferences-Java-Complicer-Errors/Warnings选中Enable project specific setting然后在Deprecatedand restricted API中的Forbidden references(access rules)选为Warning。

你可能感兴趣的:(J2EE技术)