import com.sun.image.codec.jpeg.JPEGCodec不通过 找不到包
生活随笔
收集整理的這篇文章主要介紹了
import com.sun.image.codec.jpeg.JPEGCodec不通过 找不到包
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
在Eclipse中處理圖片,需要引入兩個包:
import com.sun.image.codec.jpeg.JPEGCodec;
import com.sun.image.codec.jpeg.JPEGImageEncoder;
報錯:
Access restriction: The type JPEGImageEncoder is not accessible due to restriction on required library ...\jre1.6.0_07\lib\rt.jar
解決辦法:
Eclipse默認把這些受訪問限制的API設成了ERROR。只要把Windows-Preferences-Java-Complicer-Errors/Warnings里面的Deprecated and restricted API中的Forbidden references(access rules)選為Warning就可以編譯通過。
轉載于:https://www.cnblogs.com/Joanna-Yan/p/4773271.html
總結
以上是生活随笔為你收集整理的import com.sun.image.codec.jpeg.JPEGCodec不通过 找不到包的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 1091. Acute Stroke (
- 下一篇: PHP获取MySQL执行sql语句的查询