开发适用于 Windows Mobile 的 MIDlet
是否可以为 Windows Mobile 创建 MIDP 应用程序?
换句话说,我想创建一个 MIDlet 并在 Windows Mobile 模拟器(任何)上运行它。
提前致谢。
Is it possible to create a MIDP Application for Windows Mobile?
In other words, I want to create a MIDlet and run it on a Windows Mobile Simulator(any).
Thanks in Advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
默认情况下不会,因为 Windows Mobile 本身不包含 MIDP Java 运行时环境。
大多数手机OEM都会在他们销售的手机中包含这样的环境,例如三星 与 合作我的 Omnia Qwerty 中的 JBlend v4.0.0 。
为了能够在 Windows Mobile Simulator 上运行开发 MIDlet,您需要自己获取并部署这样的运行时环境。根据slyfox的回答 Sun本身就提供了这样的运行时环境适用于 Windows 移动设备。
Not by default, as Windows Mobile itself does not include a MIDP Java runtime environment.
Most mobile phone OEM will include such an environment in the phones they sell, like Samsung did with JBlend v4.0.0 in my Omnia Qwerty.
To be able to run development MIDlet on the Windows Mobile Simulator you need to get and deploy such a runtime environment to it yourself. According to answer by slyfox Sun itself provides such a runtime environment for Windows Mobile.
Java ME 3.0 SDK 支持 Windows Mobile。
The Java ME 3.0 SDK supports Windows Mobile.