由于代码中使用了BASE64Encoder 
Access restriction: The type ‘BASE64Decoder’ is not API (restriction on required library ‘D:\java\jd 
更新之后报如下错误: 
Access restriction: The type ‘BASE64Decoder’ is not API (restriction on required library ‘D:\java\jdk1.7.0_45\jre\lib\rt.jar’)

解决其实很简单,把JRE System Library移除重新添加即可。 
方法:项目右键–>Properties–>Java Build Path,切换到libraries tab页,找到JRE System Library移除, 然后再点击Add Library–>JRE System Library添加即可。 
Access restriction: The type ‘BASE64Decoder’ is not API (restriction on required library ‘D:\java\jd 
Access restriction: The type ‘BASE64Decoder’ is not API (restriction on required library ‘D:\java\jd

相关文章:

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