java.lang.NoClassDefFoundError: Could not initialize class javax.imageio.Im
929209Feb 25 2013 — edited Feb 25 2013I tried to open a png file using ImageIO.read(). but i got the following Error:
java.lang.NoClassDefFoundError: Could not initialize class javax.imageio.ImageIO.
The version of JDK is 1.7
who can help me to solve this problem?
Regards,