Where to deploy j2me application

HiI use samsung e250 mobile . I put the jar file in the memory card , but couldn't able to open the file . How to deploy my application in the samsung mobiles . Help me please Thanks in advance ...
[226 byte] By [madhu84a] at [2007-11-27 4:44:52]
# 1

did you install it ? it seems no...

you are not able to open the file because your mobile may not recognize jar files (?)

so the best thing for you is to put the jad and the jar on a web server and download it via the

network or , if your mobile supports bluetooth, do the installation via bluetooth...

you can also read these articles...

http://developers.sun.com/techtopics/mobility/allarticles/#start

http://developers.sun.com/techtopics/mobility/midp/articles/ota/

suparenoa at 2007-7-12 9:57:00 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2

Here's the quick way to do over-the-air deployment. If you have a $10/mo host and a data plan on your phone, you can do this.

Taken from http://uberthings.com/teaching/wiki/index.php?title=Deploying

> 1. Create a folder on your web server

>

> Hopefully you have an account with a web provider -

> login to that account and create a directory

> for your MIDlets to live

> and be served from. I created the directory

> http://uberthings.com/mobile/midlets. Once

> you've got that, you need to make

> a few changes to allow your server (assumed to be

> Apache) to serve JAD and JAR files correctly. Go to the

> root of your account

> and edit or create your .htaccess file. Add these lines:

>

> AddType text/vnd.sun.j2me.app-descriptor jad

> AddType application/java-archive jar

>

> Save this file. If you're not using Apache, ensure that your MIME

> types include the above two settings.</pre>

[edit]Just tried it, seems to work just fine. Just do this, then put the jad and jar on your website, enter the URL on your phone and download.

sarysaa at 2007-7-12 9:57:00 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 3
i don't get it =[ a little help here, bought a samsung SGH E250 ...and tries to view this train timetable in jar file but it won't open..
makutsu1a at 2007-7-12 9:57:00 > top of Java-index,Java Mobility Forums,Java ME Technologies...