异常:

Access restriction: The method typeNameToClass(String) from the type ObjectHandler is not accessible due to restriction on required library

解决方法: 
这是eclipse设置问题,eclipse默认把这些受访问限制的API设成了ERROR,只要把 
Windows-Preferences-Java-Complicer-Errors/Warnings 
里面的Deprecated and restricted API中的Forbidden references(access rules)设置为Warning即可。

相关文章:

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