• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

com.nokia.mid.messaging API

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I want com.nokia.mid.messaging API ...i have checked previous topic regarding same API...i have tried that link also download the .jar or zip file for above mentioned API...please if you hv any link then cn you send it to me..!!coz i am unable to find it out..so it is giving error..as com.nokia.mid.messaging package doesnot exist..!!
that .jar or zip file have to be there in lib folder..but i am not geting..it..please send me link..if you hv any..
Thanks.
 
Ranch Hand
Posts: 226
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
did you add the library in the classpath in your IDE..

and if it is Netbeans, rename the .zip to .jar if it is not already in ..jar format
 
Anuprita Chaudhari
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i am using..java wireless toolkit 2.5
where should i add that library in j2me toolkit?
which library..sorry..bt didnt get that.
please reply as soon as possible.
 
Deepan Devadasan
Ranch Hand
Posts: 226
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i have never done packaging with the WTK..

But are you making sure that but some means you apuuting com.nokia.mid.messaging APIs in the classpath
 
Ranch Hand
Posts: 231
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
That is a Nokia API. You must get it through Nokia, it doesn't come with the WTK.
 
Deepan Devadasan
Ranch Hand
Posts: 226
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes Marques...

Is there anyway he could include the Nokia API in the jarring, in WTK...
 
Eduardo Marques
Ranch Hand
Posts: 231
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Try the external API settings in WTK.

See also the discussion here ...
http://forum.java.sun.com/thread.jspa?threadID=747018&messageID=4274954
 
Anuprita Chaudhari
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
yes, we can include..that is we can add external packages to WTK..
i am using wtk2.5 beta version...
bt i dnt hv com.nokia.mid.messaging...

so it gives an error like
C:\WTK25\apps\ChatMIDlet\src\NokiaSmsHandler.java:3: package com.nokia.mid.messaging does not exist
import com.nokia.mid.messaging.*;
^

and to all the functions used in it..

i need that com.nokia.mid.messaging..to be incluaded in :\WTK25\lib\
so that i can use it...

but its for sure..that wtk supports..external APIs

i hv checked that link..which is mentioned above...tried all the combinatons..bt its still not working..!!

from where i can get that nokia API?
reply
    Bookmark Topic Watch Topic
  • New Topic