• 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

problem integrating midlets

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi..

iam developing a media player in j2me. i have all the midlets working now.. when running in the emulator with netbeans the application is running smoothly. but when i install it to the mobile each midlet is getting installed seperately without in one whole application. emulators have a built in option for integrating them. but how can i do the same after deploying it. i used Nokia 6120..midlets are working..but i need to bring them into one application. should i create a base midlet and called all other midlets from it? i tried it,,but it failed. can anyone suggest me a way please. ? i tried calling other midlets' run method from the base midlet. but something goes wrong...

looking forward for a reply soon...

regards
Saatvi
 
Ranch Hand
Posts: 977
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I'm new to JME world but I believe this is related with package and deploy process.

this articles from sun might help:

http://developers.sun.com/mobility/midp/articles/getstart/

http://developers.sun.com/mobility/midp/articles/deploy/

[]s
 
If you like strawberry rhubarb pie, try blueberry rhubarb (bluebarb) pie. And try this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic