Eclipse Eclipse 中JPEGEncodeParam 错误波浪线问题
Posted 飞鱼
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Eclipse Eclipse 中JPEGEncodeParam 错误波浪线问题相关的知识,希望对你有一定的参考价值。
[异常信息]
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就可以编译通过了
Windows-Preferences-Java-Complicer-Errors/Warnings
里面的Deprecated and restricted API中的Forbidden references(access rules)选为Warning就可以编译通过了
以上是关于Eclipse Eclipse 中JPEGEncodeParam 错误波浪线问题的主要内容,如果未能解决你的问题,请参考以下文章