import com.sun.image.codec.jpeg.JPEGCodec不通过,报错报红线

问题描述:

import com.sun.image.codec.jpeg.JPEGCodec 和 com.sun.image.codec.jpeg.JPEGImageEncoder 两个包报红线

import com.sun.image.codec.jpeg.JPEGCodec不通过,报错报红线

解决办法:

Windows --> Priferences --> Compiler --> Errors/Warnings
Deprecated and restricted API下的 Forbidden reference (access rules)由 Error 改成Warning 后Apply --> OK 即可去除红线。

import com.sun.image.codec.jpeg.JPEGCodec不通过,报错报红线