Java ME Application running fine in Emulator but crashing when deployed to N70. Any way to identify

Posted by sana on Stack Overflow See other posts from Stack Overflow or by sana
Published on 2010-05-05T19:58:18Z Indexed on 2010/05/05 20:38 UTC
Read the original article Hit count: 191

Filed under:
|
|

I have developed a Java ME application for CLDC platform. It works fine when executed in an emulator. But when i deploy it to my N70 phone the application doesn't start at all in the phone. In my application there are some 14 classes and am creating an instance of each and putting them in the vector on application start. The classes just have one variable and 2 methods. Can this creating of lot of instances be the reason for its crashing?

Is there any way I can find out the reason why the application is not able to start in the phone?

© Stack Overflow or respective owner

Related posts about java-me

Related posts about cldc