Hi All, I am facing an error "out of heap memory" in a j2me application. My Application size is 32.1KB When i run the same application in the ktoolbar emulator then it works fine but when i try to run the same application in siemens SL45i or M50 emulators it gives the above error. Is there any body who can help me for this error Rishi
Things I can think of: 1. Remember to close all network connections, streams and RMS record stores after you use them. 2. If you need to fetch long text from the network or display long messages in a text box, you might want to truncate it first.