MIDLET Questions

1

Problem Loading image in j2me.
Hi, I am creating a simple midlet in j2me and I want to load an image in it, but when I run the program in emulator there is this exception that comes every time. .”java.io.IOException - javax.microedition.lcdui.ImageDataFactory.createImageFromStream(), bci=8 - javax.microedition.lcdui.ImageDataFactory.createResourceImageData(), bci=45 - javax.microedition.lcdui.Image.createImage(), bci=8 - imageDisplay.(), bci=51 - java.lang.Class.newInstance(), bci=0 - com.sun.midp.main.CldcMIDletLoader.newInstance(), bci=46 - com.sun.midp.midlet.MIDletStateHandler.createMIDlet(), [...]

Answer Question   |  October 17, 2012  6:09 PM
Java 1.6, MIDLET
asked by:
425 pts.

1