import com.sun.image.codec.jpeg.* 找不到包

在Eclipse中编译项目时,如果提示类似 com.sun.image.codec.jpeg.* 下:

import com.sun.image.codec.jpeg.JPEGCodec;
import com.sun.image.codec.jpeg.JPEGEncodeParam;
import com.sun.image.codec.jpeg.JPEGImageEncoder;

的包找不到报错,只需用要修改编译属性即可,具体设置方法如下:

  1. Windows -> Preferences -> Java Complicer  -> Errors/Warnings 标签
  2. 选中 Enable project specific settings
  3. 修改 Deprecated and restricted API 中的Forbidden references(access rules) 的选项默认的Error 改为 Warning

设置保存后即可编译通过。

本文介绍到此结束@Michael Sun.

原创文章,转载请注明: 转载自micmiu – 软件开发+生活点滴[ http://www.micmiu.com/ ]

本文链接地址: http://www.micmiu.com/exception/deprecated-restricted-api/

发表评论?

0 条评论。

发表评论


注意 - 你可以用以下 HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code class="" title="" data-url=""> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> <pre class="" title="" data-url=""> <span class="" title="" data-url="">