在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;
的包找不到报错,只需用要修改编译属性即可,具体设置方法如下:
- Windows -> Preferences -> Java Complicer -> Errors/Warnings 标签
- 选中 Enable project specific settings
- 修改 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 条评论。