java-异常 报错

来源:互联网 发布:如何计算矩阵一致性 编辑:程序博客网 时间:2024/06/12 23:36

Eclipse 编译错误 Access restriction:The type *** is not accessible due to restriction on... 解决方案

解决方法
        Project -> Properties -> libraries
        先 remove 掉 JRE System Library,

     然后再 Add Library 重新加入

===============================================