Details
Description
JDK7 had removed all the sun.image* classes from rt. jar hence JAI fails to work on JDK7.
Need to remove JAI and use ImageIO directly. Potentially we might look into using some other library but for now Java core will do.
JDK7 had removed all the sun.image* classes from rt. jar hence JAI fails to work on JDK7.
Need to remove JAI and use ImageIO directly. Potentially we might look into using some other library but for now Java core will do.