• 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:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Sending SMS through 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 have faced a problem during Sending SMS through Nokia 6230i. I am using NetBeans4.0 with mobility pack 4.0,WTK 2.2,Nokia 6230i with Nokia Connectivity Framework(NCF).

I am getting class not found exception while using Nokia 6230i emulator but the same code runs quite nicely with sun's default color phone.
WMA optional package is also imported. Please let me know what is source of exception!

I am getting a class not found Exception for Nokia 6230i for the following line using WMA API:
MessageConnection conn = (MessageConnection) Connector.open(addr);


Thanks in advance.
Debojit
 
this llama doesn't want your drama, he just wants this tiny ad for his mama
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic