Reputation: 209
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?
Upvotes: 0
Views: 2304
Reputation: 4364
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.
Upvotes: 1
Reputation: 8671
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.
Upvotes: 0