• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Uncaught exception java/lang/OutOfMemoryError while running application in Nokia S60

 
Ranch Hand
Posts: 102
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
I am facing following error while running my application in Nokia S60 series emulator
Uncaught exception java/lang/OutOfMemoryError
What i could understand it is due to the reason that program is using a considerable amount of the run time memory.
But the same problem works fine when we run it on -
1- Nokia 6310i emulator
2- KtoolBar default emulator
3- Siemens sl45i emulator and mobile phone
4- Siemens M50 emulator and mobile phone
and found that program works fine.
Now what i want to ask is :-
1- Is this error means that Nokia S60 series emulator assigns less amount of run-time memory for j2me applications in comparison to the others
2- If the answer to the above question is Yes then what is that memory limit what Nokia S60 emulator assigns to a j2me application at run time
3- If the answer to the above question no 1 is 'No' then why this application gives error while running
4- Will this error occur at the real Nokia 7650 phone also or there is some more space for an application to be run

Waiting for the reply
Regards,
Rishi Tyagi
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic