This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Java Micro Edition and the fly likes How to download a midlet from a midlet? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Mobile » Java Micro Edition
Reply Bookmark "How to download a midlet from a midlet?" Watch "How to download a midlet from a midlet?" New topic
Author

How to download a midlet from a midlet?

Iron Alpha
Greenhorn

Joined: Jul 01, 2003
Posts: 2
Is it possible download amidlet from a mildet?how to do it?


just because
dan moore
Ranch Hand

Joined: Nov 04, 2001
Posts: 68
hi,
to my knowledge, not in a useful form - that is you could download the bytes of a class such as a midlet, but there is no mechanism for accessing or instantiating such a class - i.e. no dynamic class loading.
is that what you're after?
cheers, dan.


dan moore, infomatiq ltd.<br />email dan@infomatiq.co.uk<br /><a href="http://www.infomatiq.co.uk" target="_blank" rel="nofollow">http://www.infomatiq.co.uk</a>
Iron Alpha
Greenhorn

Joined: Jul 01, 2003
Posts: 2
If can do this. I want to write a midlet to browse the midlet on server and download it.
dan moore
Ranch Hand

Joined: Nov 04, 2001
Posts: 68
hi there,
practically speaking, browsing for midlets to download i think you need to do in WAP (or whatever) browser on the device. if you can put together some pages in WML with links to your various midlets, you can quite easily get some Midlet browsing going.
this here might have what u need.
hope that helps, dan.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: How to download a midlet from a midlet?
 
Similar Threads
How to read text file in memory card from MIDlet?
How to download n files once from a midlet ?
How install new MIDLET?
Internationalization on J2ME
One Midlet invoking the other