急 翻译的东西 !高分!(2)

来源:百度知道 编辑:UC知道 时间:2024/05/23 20:12:40
开始编写程序的时候,必须首先配置Java 运行环境 ,SUN公司提供的无线开发工具WTK(J2ME Wireless ToolKit)。下载并安装WTK ,然后需要配置WTK环境。WTK是SUN公司提供的J2ME SDK(Software Development Kit,软件开发工具包),它通常会支持各种最新的技术规范,是学习J2ME很好的工具,但是WTK只能使用PC上固定模式的模拟器来运行所开发的手机游戏程序,它无法针对任何实际的移动设备。一般编写手机游戏程序的时候,一般是针对某个具体移动设备来开发应用程序的,因为各个移动设备的硬件支持环境都不一样,例如屏幕大小,分辨率,支持颜色数等等。各个移动设备制造商都为自己的移动设备提供了开发环境和对应的模拟器,如摩托罗拉,诺基亚等公司都提供有针对自己手机产品的J2ME SDK 开发套件。并且这些开发套件均是免费的,开发者可以到官方网站上进行下载。使用WTK等SDK开发工具虽然可以开发J2ME应用程序,但是由于没有集成开发环境,使得代码编写,程序调试,工程管理都不方便,开发效率不高。Borland公司开发的Jbuilder 很好的解决了这个问题,当然也可以使用其他的一些开发工具,例如Eslipse,Netbeans等。

Before programming,you must configurates the Java operation environment---the J2ME Wireless ToolKit provided by Sun Corperation. You can download it and the make the necessary configuration.J2ME SDK (Software Development Kit) is a good tool provided by Sun Corperation for learners,which supports all the latest technological standards and regulations.WTK,however,can only run the moblie game programs with the stimulator fixed in Pcs,but unable to run any real mobile device.The program is usually for a certain kind of specific mobile device when you design a mobile program,because the operation enviroment the hard devices support is quite deffrent from each othe,such as screen size,resolution,and supported color.All the manufacturers of mobile devices are able to provide the suitable stimulator and development enwironment refering to their own mobile devices.For instance,Moterola and Nokia coperation all provide the suitable development suites according to their mobile phones.All the