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

Invoking a midlet

 
Ranch Hand
Posts: 49
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
I have a java application created using Netbeans 5.0, which one of the goals is to create a Midlet on the fly for deploying to a mobile device. At the moment i have a seperate project for the main program and a test one for the midlet. I want to know whats the best way for my main application to be able to create/invoke a midlet using supplied data and launch using an emulator.

Cheers
 
Ranch Hand
Posts: 102
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This may be a better question for the J2EE forum although I don't doubt that somebody around here has done exactly what you are asking about.

William Frantz
http://sprintdevelopers.com
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Didn't you ask this question already. I am positive I saw it before, and I had replied.

You have to understand that MIDlets and Java Applications are two different sets of APIs, meant for different things. One really shouldn't be able to "call" another.

I really question why you are writing such an application, and that there are probably better solutions.

Mark
 
reply
    Bookmark Topic Watch Topic
  • New Topic