Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to call OTA to publish J2ME programs

2025-03-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

How to call OTA to release J2ME programs, I believe that many inexperienced people do not know what to do, so this paper summarizes the causes of the problem and solutions, through this article I hope you can solve this problem.

OTA is the abbreviation of OverTheAir, that is, downloaded through the Internet, which is one of the main forms of releasing J2ME programs. Now the treasure chest is in this form. Here, let's take a look at how to release J2ME programs through OTA.

J2ME Learning-using OTA to publish J2ME programs

As we all know, the main forms of J2ME program release are: OTA, data line transmission, infrared and Bluetooth transmission and so on. Here is a brief description of how to distribute your program through OTA.

OTA is short for OverTheAir, which is downloaded over the Internet, which is one of the main release forms. Today's treasure chest is in this form.

To publish a program using OTA, you need the following steps:

1. Add MIME support for jad and jar files on your WEB server.

2. Publish the WML page:

For example, if your jar file name is test.jad, the easiest download page is:

Test

You can save the above code on the WEB server, for example, as text.wml

3. Modify the jad file:

Add to the jad file

MIDlet-Jar-URL: http://domain/directory/test.jar

The http://domain/directory/test.jar is the path to your jar file.

With the above settings, you can publish your wml page path as your WAP download page. Users only need to enter this path on the phone to access and download your J2ME program.

After reading the above, do you know how to call OTA to publish J2ME programs? If you want to learn more skills or want to know more about it, you are welcome to follow the industry information channel, thank you for reading!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report