Displaying an image in a form
hi,
i am trying to display an image in a form. The code worked fine in j2me emulator, but when i converted the program to a jar and ran the same program in my mobile phone.
i get an exception in Image.createImage(..method
and exception value is just null.
i know the image is not found in the specified location. but the image is there in the jar file.
how do i solve this issue?
thanks in advance.

