plutext/ae-awt

Got java.lang.noclassdeffounderror: sun.awt.appcontext

Opened this issue · 0 comments

I used this library and when i execute the application. It throws below exception

java.lang.NoClassDefFoundError: sun.awt.AppContext
     at ae.javax.imageio.spi.IIORegistry.getDefaultInstance(IIORegistry.java:155)
     at ae.javax.imageio.ImageIO.<clinit>(ImageIO.java:65)

In my library i have aq-awt.jar only.

Please guide