OutOfMemoryError
Hi everyone
I have an annoying problem to which I couldn't find an answer in either the doc or on the internet. When executing the following line of code, I always end up with an OutOfMemoryException.
short[] prev =newshort[32768];
I am using WTK 2.2. The application is using about 110K of Memory (from 500K available). Is there an upper bound for short arrays in CLDC? Any idea?
Cheers, Phibo

