Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 JavaME 的第一步,目前使用Sun 的 WTK 3.0
我了解 JavaME 设备运行自己的运行时环境,即 1.3 JRE。
是否可以让模拟器运行 JavaSE JDK 6?
JavaME 运行时不是 JRE 1.3
它是基于 JRE 1.3 发布时的 Java 标准版本的 Microedition 运行时。
您可以使用 JavaSE JDK 6 开发 JavaME 运行时(这几乎就是微模拟器),但 MIDlet 的应用程序管理和生命周期与 JavaSE 应用程序的不匹配。
在编写 MIDlet 时,您不能使用最新的 JavaSE 语言规范(通用性...)。