You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace direct usage of com.sun.* classes by ImageIO, e.g. in de.cismet.commons.utils.MultiPagePictureReader, to avoid internal calls to deprecated com/sun/image/codec/jpeg classes that are not available in OpenJDK.
Replace direct usage of com.sun.* classes by ImageIO, e.g. in de.cismet.commons.utils.MultiPagePictureReader, to avoid internal calls to deprecated com/sun/image/codec/jpeg classes that are not available in OpenJDK.
See also https://blog.idrsolutions.com/2012/05/replacing-the-deprecated-java-jpeg-classes-for-java-7/
The text was updated successfully, but these errors were encountered: