• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

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
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic