• 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:

Class not found Exception for Nokia 6230i

 
Ranch Hand
Posts: 44
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all
I am getting a class not found Exception for Nokia 6230i for the following line using WMA API:
MessageConnection conn = (MessageConnection) Connector.open(addr);

This is a part of my code for sending SMS through Nokia 6230i. But this code runs fine with default emulator or with Sony Ericsion.So, what is the source of exception and how this could be handled?

Thanks in advance.
Debojit
reply
    Bookmark Topic Watch Topic
  • New Topic