i have a java program when i compile it i get the following error
[javac] ...\MyClass.java:33: package com.sun.image.codec.jpeg does not exist
[javac] import com.sun.image.codec.jpeg.*;
[javac] ^
what can i do ?
What is the correct way of writing an image file now that the com.sun package is deprecated.