hi all i'm doin a school project in j2me i have develop a address book for the mobile phone heres where i have got stuck this simple peice of code to browse the address boook is throwing an exception i don't know why.. plz help
public int enumerateContacts(String [] contacts)//string[] is passed by reference send names in array contacts {String dummy; int x=0;
Originally posted by Lasse Koskela: It would help if you'd do a "e.printStackTrace()" in the catch block and post the stack trace for us to see.
here's what i got on doing e.printStackTrace
Could not create icon com.sun.midp.midlet.Selector$MIDletInfo@a9179cchk pnt 1 dummy createdname=CATHYcompany=IBMtitle=CFOadd1=BOSTONadd2=FLORIDAphone=78542996email= name addedCATHY error null **Dummy PrintStackTrace** plz help
Lasse Koskela
author
Sheriff
Joined: Jan 23, 2002
Posts: 11962
5
posted
0
And from which line in your code is the exception thrown?
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.