解决 com.sun.*包导入错误 
com.sun.image.codec.jpeg.*导入错误如何解决: 

com.sun.*是受限制访问的API,Eclipse 默认把受访问限制的API设成了ERROR。只要把Windows>Preferences>Java>Complicer>Errors/Warnings>Deprecated and restricted API>Forbidden references(access rules)改为Warning就可以编译通过,不再报错。 

相关文章:

  • 2022-02-16
  • 2022-12-23
  • 2021-03-31
  • 2022-12-23
  • 2021-09-02
  • 2021-05-15
  • 2021-06-25
猜你喜欢
  • 2021-06-05
  • 2021-11-08
  • 2021-11-10
  • 2021-10-08
  • 2022-01-23
相关资源
相似解决方案