在eclipse中,有时会出现如下的错误:
它提示的错误信息是这样子的:
Access restriction: The constructor ‘NimbusLookAndFeel()’ is not API (restriction on required library ‘D:\java66\jre\lib\rt.jar’)
然后我的解决办法就是:
把Windows-Preferences-Java-Complicer- Errors/Warnings里面的Deprecated and restricted API中的Forbidden references(access rules)选为Warning就可以编译通过。
在此附上图片:
eclipse中出现The con“structor 'NimbusLookAndFeel()' is not API ”的解决办法
最新推荐文章于 2022-03-29 15:10:10 发布
本文介绍了解决Eclipse中出现的NimbusLookAndFeel构造器访问限制错误的方法。通过调整Windows-Preferences-Java-Compiler-Errors/Warnings设置,将Deprecated and restricted API中的Forbidden references(access rules)选项更改为Warning,即可解决编译问题。
摘要由CSDN通过智能技术生成