• 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

Bundle MIDP and CLDC Application together

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

Is it possible to bundle a CLDC and MIDP Application together.
I have a CLDC Application and a MIDP Application which is created for Blackberry using J2ME. These two applications are a part of a single system system. So i need to have only one JAD file for downloading both the application in the device.

Appreciate your comments on this requirement.

Thanks in Advance
Nidheesh.P
 
Ranch Hand
Posts: 64
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What? make it clear your question says CLDC and another midp application,i didnt understand why its different,its the same?
 
Nidheesh Puthalath
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We can write a CLDC application using Blackberry JDE. This application wont be having any class which extends MIDlet class. For me this CLDC and MIDP app is for a single project. CLDC app is for auto starting a listener for listening to a specific device port. MIDP app is a normal MIDlet application.

After compiling and building the project i have two jad files and two cod(binary of Blackberry) files for deploy. But the user will have to install two binaries for installing a single system.

My question : Is it possible to give a single jad file to the user which will point to multiple cod(or jar) files and install both the cod files.

or any other alternatives for problem

Thanks
Nidheesh
reply
    Bookmark Topic Watch Topic
  • New Topic