I develop with lwuit to Nokia and Blackberry. I try to load from internet some images. In Nokia all work fine, but in blackberry i get IllegalArgumentException.
I found that problem is occurs in createImage(byte[] bytes, int offset, int len) function . The device Log tell me that source function that occurs to fail is in encode Image class.
Do Anyone encounter this problem?