Hi,
i'm just starting programming j2me and i would like to know how
it will be tested on nokia phone??
using emulator everythings work!!.
thanks for help
Hi,
i'm just starting programming j2me and i would like to know how
it will be tested on nokia phone??
using emulator everythings work!!.
thanks for help
Hello,
You have to create a jad and a jar file which contains your midlet code, additional classes and other resources (sound, image, etc). You have to deploy it to the phone. Methods of deployment vary between phones. The lower-end phones don't have any serial connectivity, which means that the MIDlets need to be deployed over-the-air from a server. All the other phones have one of more connectivity types from the following list:
- infra-red
- physical serial port
- bluetooth
Most of the time you need a program to deploy a midlet to the phone. Nokia phones are supported by Nokia PC Suite, which is available for free from the phone pages of Nokia. Another (test &deployment tool is Nokia Developer Suite for Java, which you can download from www.forum.nokia.com.
Regards,
Petteri / Forum Nokia
Be prepared that ur app may not work on real phone as on emulator. In the case, you need to find ur own way of posting/storing exception/error for tracing. It could be something like mini version of log4j.