I am getting IOException when I try to create image in lwuit. the following is the code : InputStream is = img.getResourceAsStream(); Image img = Image.createImage(is);
the actual size of images are 1 mb and above. Where I am able to create images of 100 or 200 kb in size with the same code.
Thanks.