Access restriction: The type 'BASE64Encoder'

Access restriction: The type 'BASE64Encoder' is not API (restriction on required library 'D:Javajdk1.6.0_43jrelib t.jar')

eclipse引入import sun.misc.BASE64Encoder; 是红叉,怎么解决?

Access restriction: The type 'BASE64Encoder'

工具/原料

  • eclipse

方法/步骤

  1. 右键项目,点属性(Properties);

    Access restriction: The type 'BASE64Encoder'

  2. java bulid path-->Libraries-->jre System Library;

    Access restriction: The type 'BASE64Encoder'

  3. Access Rules-->Edit;

    Access restriction: The type 'BASE64Encoder'

  4. Add,resolution选择accessible,下面填上** 点击确定即可!

    Access restriction: The type 'BASE64Encoder'

  5. 5

    这时项目就不再报错了;

    Access restriction: The type 'BASE64Encoder'

原文地址:https://www.cnblogs.com/Jeely/p/6665866.html