当前位置:开发者网络 >> 技术教程 >> JSP教程 >> Java技巧及代码 >> 内容
精彩推荐
分类最新教程
分类热点教程
  
J2ME学习笔记_1_开发环境的安装和配置
作者:未知
日期:2005-04-30
人气:
投稿:(转贴)
来源:未知
字体:
收藏:加入浏览器收藏
以下正文:

1.需要的软件:

eclipse 3.0.1: http://www.eclipse.org/downloads/index.php

eclipseME 0.7.5 : http://sourceforge.net/project/showfiles.php?group_id=86829&package_id=90314&release_id=300856

J2SE5.0/1.4.2(均可) : http://java.sun.com/j2se/index.jsp

J2ME Wireless Toolkit 2.2(提供了模拟器) : http://java.sun.com/products/j2mewtoolkit/download-2_2.html

2.安装:

只说说eclipseME的安装.

在eclipse中菜单栏中的 Help-->Software Updates-->Find and install-->选中 search for new  features to install-->Next-->add Archived site-->选中eclipseme.feature_0.7.5_site.zip-->选中复选框eclipseme.feature_0.7.5_site.zip-->next-->next-->选中"I accept..."-->next-->选择安装目录(建议默认)--->finish-->install-->yes

eclipse重启后--->菜单window--->preferences-->J2ME-->platform components-->(右键)wireless toolkits-->add wirteless toolkits-->选中J2ME Wireless Toolkit 2.2的安装目录-->OK


相关文章: