简体   繁体   中英

How can I put my J2ME application in mobile?

I have created a J2ME application in the NetBeans IDE. Now I want put/install this application on my mobile device. How can I do this?

First you copy the your project's .jad and .jar files into your mobile. Then click the .jad file in your mobile. Then install it. Then the application is ready for executing in your mobile.

The only universal answer to this question is: stick the jad and jar online somewhere and visit the jad's URL in the handset's browser.

However some handsets may install the JAR successfully if you send it via bluetooth. Many handsets also let you install MIDlets using USB cable in conjunction with the device's PC Suite or equivalent software.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM