| Author |
how to get image from java to j2me
|
pradeepu nair
Greenhorn
Joined: Feb 25, 2006
Posts: 3
|
|
friends please help me with this problem i connected a j2me application with a jdbc application...it retreives an image and sends it as bytes to the j2me application but the j2me application displays an error message saying java.lang.error ut of memory what shall i do?
|
 |
Rashid Mayes
Ranch Hand
Joined: Jan 11, 2006
Posts: 160
|
|
Indeed you may be downloading an image that is too large for the device. Do you know the size of the image that your are downloading? Try sending the width and height of the display to the server when requesting the image. You could the scale the image according to the dimensions on the server and send back a much smaller file.
|
Rashid Mayes
http://www.hostj2me.com/ - http://www.worlddeveloper.org/
|
 |
pradeepu nair
Greenhorn
Joined: Feb 25, 2006
Posts: 3
|
|
|
thnx i got it..
|
 |
 |
|
|
subject: how to get image from java to j2me
|
|
|