J2ME

J2ME SearchSearch
Author Message
Brijendra Jaiswal
New member
Username: Brijendra

Post Number: 1
Registered: 12-2005
Posted on Tuesday, December 20, 2005 - 08:30 am:   

How to download my j2me application in my mobile phone plz help me .
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 5368
Registered: 10-2002
Posted on Tuesday, December 20, 2005 - 05:23 pm:   

Hi,

Put the JAR file on a web server, and download it from the browser on your phone. (Or create a JAD file that links to the JAR file, and download the JAD file.)

Make sure your web server is configured to use the appropriate MIME types:

.jad=text/vnd.sun.j2me.app-descriptor
.jar=application/java-archive

If you want to send it to your phone, use WAP Push.

http://www.nowsms.com/documentation/ProductDocumentation/the_web_interface/Send_ WAP_Push_Message.htm
http://www.nowsms.com/documentation/ProductDocumentation/sending_messages/sendin g_wap_push_messages.htm

-bn