I’m using a 1.4 VM in IE. It fails to load PNGs. The same jars and class work fine in the applet viewer from the VM. Has anyone seen this before:
javax.imageio.IIOException: Unknown row filter type (= 244)!
at com.sun.imageio.plugins.png.PNGImageReader.decodePass(Unknown Source)
at com.sun.imageio.plugins.png.PNGImageReader.decodeImage(Unknown Source)
at com.sun.imageio.plugins.png.PNGImageReader.readImage(Unknown Source)
at com.sun.imageio.plugins.png.PNGImageReader.read(Unknown Source)
at javax.imageio.ImageIO.read(Unknown Source)
at javax.imageio.ImageIO.read(Unknown Source)
at javax.microedition.lcdui.Image.createImage(Image.java:25)
at b.<init>(Unknown Source)
at snakis.Snakis.startApp(Unknown Source)
at javax.microedition.midlet.MIDlet.<init>(MIDlet.java:13)
at snakis.Snakis.<init>(Unknown Source)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.lang.Class.newInstance0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at BootStrapApplet.init(BootStrapApplet.java:19)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Cause I’m stuck…
Kev