eclipse报错:

Access restriction: The type 'ProxyGenerator' is not API (restriction on required library 'D:\software\Java8\jdk1.8.0_144\jre\lib\rt.jar')

后面查看到配置,原来是不知道怎么的导入了2份jdk了


eclipse Access restriction: The type 'xxx' is not API (restriction on required library '')

 解决方法: 
        Project -> Properties -> libraries, 
          remove  一个 JRE System Library就可以了。 


相关文章:

  • 2021-08-18
  • 2022-01-06
  • 2021-12-18
  • 2022-03-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-09
猜你喜欢
  • 2022-12-23
  • 2021-12-22
  • 2021-09-18
  • 2022-01-03
  • 2021-07-23
  • 2021-12-03
相关资源
相似解决方案