使用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的问题

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


下一篇:am335x 更改调试串口