View Single Post
  (#5 (permalink)) Old
koedur Offline
Knows Where the Search Button Is
 
Posts: 17
Join Date: May 2007
Model: 8800
PIN: N/A
Carrier: Rogers
Default 05-09-2008, 12:08 PM

Quote:
Originally Posted by arun160411 View Post
Hi, we developed a j2me application and is running fine on normal java enabled mobiles. and now we want to port that application to blackberry.. but when we installed this application in blackberry.. the application behaves very inconsistently.. the major problem we are facing is that when we try to run that app. in blackberry, the emulator shows that "too many threads exception" and exits. we are creating about 30 threads in application,and we wonder how blackberry is not able to handle that many threads, while the normal mobiles are able to handle them...So please do help us in this issue.
RIM's JVM implementation only allows up to 16 threads per process. This is from DB-00474 (Livelink - Redirection)
   
Reply With Quote