且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Windows Mobile上的Java(ME)

更新时间:2022-01-12 22:52:51

首先,您需要在设备上安装JVM(如果尚未安装JVM).当前有两个播放器:

Well at first you need to install a JVM on your device (if one isn't already installed). There are currently two players for this:

  • NSI奶油.这是一款功能强大的产品,但它仅支持CDC配置文件(不支持MIDlet),并且您需要购买至少1000台左右设备的许可证.
  • IBM J9.它具有CLCD支持,并且可以运行MIDlet.有一个演示版本,但我找不到下载链接.可能是IBM停止了对它的支持.
  • NSI Creme. This is a robust product but it only supports CDC profile (no MIDlets) and you need to buy a license for at least 1000 devices or so.
  • IBM J9. This has CLCD support and can run MIDlets. There is a demo version, but I wasn't able to find a download link. May be IBM has stopped supporting it.

某些设备已预先安装了JVM,但是很难依靠存在的某些配置文件.除非您只针对单个设备,否则我会说***避免使用Windows Mobile的J2ME.

Some devices have a JVM pre-installed, but it is difficult to rely on certain profiles being present. Unless you are targeting a single device, I would say that is better to avoid J2ME for Windows Mobile.