Access restriction: The type JFrame is not accessible due to restriction on required library
使用Myeclipse写Java项目继承JFrame出现错误Access restriction: The type JFrame is not accessible due to restriction on required library E:\java\jre\lib\rt.jar
jre system library是jdk的jar文件库。本来是用Myeclipse来写web的,使用的文件库不符合Java项目。解决方法:
项目右键,进入到Configuer Build Path
可以看到
Add Library选择javaSE-1.7
界面
错误解决。