Hi everyone,
So the problem I am having is decoding a png file when I run my app on my palm device. The code I am having problems with is:
try {
map = Image.createImage("/thirdFloor.png");
}
catch (IOException e) {
throw new RuntimeException("Unble to load image:" + e);
}
I am developing in eclipse using the eclipseme plugin to develope using j2me. So I run my program and using the defaultColorPhone emulator the image loads and displays fine. However, after I use the PRC conversion tool to create my prc and I run the app on my simulator and actual palm decive I get the following error:
Unable to load image:java.io.IOException

ata could not be decoded
Anyone have any suggestions? I am completely stumped
Cheers,
Dave