configuration for eclipseME plugin in eclipse…

2008-02-23 10:07:02来源:互联网 阅读 ()

新老客户大回馈,云服务器低至5折

  1. install EclipseME plugin
  2. install sun's wireless tool kit 2.1 or other compatible toolkits
  3. enter Windows->preference->platform components, right click wireless ToolKits and select add..... Select the right directory(sample: C:\WTK21)
  4. for Moto SDK,
    1. you may choose to add one profile. sample(MOTOM1--add midp.zip in M1 lib as external jar)
    2. Add platform definition. Sample(MOTOM1--select the profile MOTOM1)
    3. Enter Run->External Tools->External Tools.. and create a new configuration by clicking button(NEW) Parameters are set as below sample for V600(J2ME-v600):
    • Location: C:\Program Files\Motorola\SDK v4.3 for J2ME\EmulatorA.1\bin\emuJava.exe
    • working directory: c:\Program Files\Motorola\SDK v4.3 for J2ME\EmulatorA.1\bin
    • arguments: ${project_loc}\deployed\${project_name}.jad -deviceFile resources\V600.props
    • you may get working information by run "C:\Program Files\Motorola\SDK v4.3 for J2ME\launchpad.exe"
  5. To create a new J2ME project, you may first create a j2me project and then create a midlet
  6. To test it with MOTO V600 simulator, you need to create the package first and then select run->external tools->j2me-v600
  7. To test it with sun's simulator, just enter run->run as->Emulated J2ME Midlet

上一篇: 用JavaMail发送带附件的邮件
下一篇: J2ME 3D技术简介

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:[求助]关于eclipse下开发串口操作插件的问题

下一篇:J2ME 3D技术简介