Upload my MIDlet.

Can I put my .jar and .jad files on a http web page and the MIDlet can be downloaded directly from cell phones?
[118 byte] By [coffee95a] at [2007-11-27 6:17:32]
# 1
I believe there is something called OTA ( Over The Air ) provisioning or something similar which allows you to install MIDlets that are hosted like you mentioned.Google it or search in these very forums, I think I've seen it mentioned somewhere.
nogoodatcodinga at 2007-7-12 17:30:30 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2

> Can I put my .jar and .jad files on a http web page

Yes.

> and the MIDlet can be downloaded directly from cell

> phones?

What you need is a web page. Make url links to the .jad file(You will need to put the two files: .jad and .jar in a folder on your web server).

If someone accesses the page from their phone, they can select the link and installation will start.

ochomo

ochomoonyangoa at 2007-7-12 17:30:30 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 3
You can use a hosting service like getjar.com or hostj2me
PeppeMEa at 2007-7-12 17:30:30 > top of Java-index,Java Mobility Forums,Java ME Technologies...