Eclipse integrated Motorola Simulator
Select Run-> External Tools in Eclipse's menu / toolbar, open the panel, select Program, then a new configuration
1 Fill in the path to the MOCATION, such as:
C: / Program Files / Motorola / SDK V4.2 for J2ME / Emulatora.1 / bin / Emujava.exe, MOTO's different simulators support N different models, you need to see the MOTO SDK documentation.
2 Fill in the execution parameters in Arguments, including the JAD path, the model used by the simulator. Such as:"
$ {Project_loc} / deployed / $ {project_name} .jad "-devicefile resources / v600.props I am letting the simulator execute the JAD / JAR in deployed, $ {project_loc} is the engineering path, $ {project_name} is an engineering name. The model selected here is V600.
Note: This method is limited to only perform JAR, so you must package each time you run. Before actual use, you need to configure a RUN without a model. Since all the projects can use a configuration