Java

本类阅读TOP10

·使用MyEclipse开发Struts框架的Hello World!(录像1)
·hibernate配置笔记
·AOP编程入门--Java篇
·linux下Tomcat 5.0.20 与 Apache 2 安装/集成/配置
·在win2003下整合了整合Tomcat5.5+ apache_2.0.53+ mod_jk_2.0.47.dll
·构建Linux下IDE环境--Eclipse篇
·Jsp 连接 mySQL、Oracle 数据库备忘(Windows平台)
·ASP、JSP、PHP 三种技术比较
·Tomcat5.5.9的安装配置
·AWT GUI 设计笔记(二)

分类导航
VC语言Delphi
VB语言ASP
PerlJava
Script数据库
其他语言游戏开发
文件格式网站制作
软件工程.NET开发
configuration for eclipseME plugin in eclipse 3.1[eclipse ME 在eclipse 3.1中的配置(以MOTO为例)]

作者:未知 来源:月光软件站 加入时间:2005-5-13 月光软件站

  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



相关文章

相关软件