Access restriction: The type JFrame is not accessible due to restriction on required 错误

今天用mac 更新了eclipse的swing插件成功后,使用新的类jfram

但是创建完了 发现很多报错,:

Access restriction: The type JFrame is not accessible due to restriction on required

JFrame 类的引用都找不到了,我还以为是更新的时候 网络异常,没正确安装swing插件,检查安装更新也不行,

百度了一下 找到了应该是导入的jre 有问题,要删掉 重新导入。


解决方法: 
        Project -> Properties -> libraries, 
        先 remove 掉 JRE System Library,然后再 Add Library 重新加入。 

你可能感兴趣的:(Access restriction: The type JFrame is not accessible due to restriction on required 错误)