[异常信息]
Description Resource Path Location Type
Access restriction: The method encode(BufferedImage, JPEGEncodeParam) from the type JPEGImageEncoder is not accessible due to restriction on required library C:\Program Files\Java\jre1.5.0_15\lib\rt.jar JRImageLoader.java /stariboss-tianjin_client/src/main/java/net/sf/jasperreports/engine/util line 181 Java Problem
 
 
[解决方法]
这个是eclipse的设置问题,它默认把这些受访问限制的API设成了ERROR,
只要把
Windows-Preferences-Java-Complicer-Errors/Warnings
里面的Deprecated and restricted API中的Forbidden references(access rules)选为Warning就可以编译通过了 

相关文章:

  • 2021-11-26
  • 2021-04-03
  • 2022-12-23
  • 2022-12-23
  • 2021-09-21
  • 2021-07-17
  • 2021-06-05
猜你喜欢
  • 2021-05-11
  • 2021-10-28
  • 2021-06-05
  • 2021-07-31
  • 2021-09-17
相关资源
相似解决方案