码迷,mamicode.com
首页 > 数据库 > 详细

Access restriction: The method createJPEGEncoder(OutputStream) from the type JPEGCodec is not access

时间:2017-06-30 15:30:12      阅读:241      评论:0      收藏:0      [点我收藏+]

标签:type   ack   alt   fill   family   access   cat   div   put   

准备使用Java进行图片压缩的时候,使用
import com.sun.image.codec.jpeg.*;  

结果出现错误:

Access restriction: The method createJPEGEncoder(OutputStream) from the type JPEGCodec is not accessible due to restriction on required library
上网查了一下。发现是IDE的设置问题。它默认把这些受訪问限制的API设成了ERROR

解决方法:

Windows->Preferences->Java->Complicer->Errors/Warnings
技术分享
将 Deprecated and restricted API 中的 Forbidden references(access rules) 选为Warning就能够了。

Access restriction: The method createJPEGEncoder(OutputStream) from the type JPEGCodec is not access

标签:type   ack   alt   fill   family   access   cat   div   put   

原文地址:http://www.cnblogs.com/yutingliuyl/p/7098517.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!