使用myeclipse开发java,解决java中继承JFrame类出现The type JFrame is not accessible due to restriction的问题...

在java中创建窗体,导入了java中的JFrame类,之后会出现错误:

Access restriction: The type QName is not accessible due to restriction on required library D:\myeclipse professer2014

可以解决的办法为:

Project—>Properties—>选中Java Build Path—>选择Libraries,出现下面界面:

使用myeclipse开发java,解决java中继承JFrame类出现The type JFrame is not accessible due to restriction的问题..._第1张图片

 

 

 

选中窗口中原有的JRE库,点击Remove,之后再选择Add Libraries,出现下图:
使用myeclipse开发java,解决java中继承JFrame类出现The type JFrame is not accessible due to restriction的问题..._第2张图片
再选中蓝色部分的选项,JRE System Libraries,点next,在finish。完成所有操作之后重启myeclipse就可以了。

转载于:https://www.cnblogs.com/coffy/p/4517948.html

你可能感兴趣的:(开发工具,java)