Java 移动 - 启动问题
我是一名 J2SE Java 开发人员,目前正在尝试学习 Java 移动开发来创建移动应用程序。我有几个启动问题:
我必须安装 JDK 6.0 或更高版本,还是只需安装 J2ME SDK 就足够了? (我不知道JDK是否包含J2ME API)。
我见过其他 Java 移动 SDK,例如 Metismo 和 AlcheMo 仍然允许我编写 Java 编码的移动设备应用程序,那么这些比 J2ME SDK 更好还是有更好的选择?
我将使用 Eclipse Pulsar + J2ME SDK 进行开发。我还需要什么吗?这个开发环境是否适合编写 Java 编码的移动应用程序以在大多数移动类型上运行,或者有更好的选择吗?
对于模拟器,J2ME SDK 是否包含模拟器?我见过一个名为 Micro Emulator 的免费模拟器,那么这是否合适,或者有更好的选择?
如果您在我开始学习语言和编写应用程序之前对我有任何建议/教程,那就太好了。
I am a J2SE Java developer, and i am currently trying to learn Java mobile development to create mobile applications. I have a couple of startup questions please :
Do i have to install JDK 6.0 or above, or only a J2ME SDK is quite enough ? (I don't know if the JDK includes J2ME API or not).
I have seen other Java mobile SDKs like Metismo and AlcheMo that still allow me to write Java coded mobile applications, so are these better than the J2ME SDK or there are better options ?
I will use Eclipse Pulsar + J2ME SDK in development. Do i need anything else ? And is this developing environment suitable to write Java coded mobile applications to run on most mobile types or there are better options ?
For the Emulator does J2ME SDK include an emulator ? I have seen a Free emulator called Micro Emulator so is this suitable, or there are better choices ?
If you have any advices / Tutorials for me before i start learning the language and coding my applications that would be very nice.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我建议 Netbeans 更适合移动开发。甚至您也可以使用 Eclipse pulsar。 Netbeans 已经拥有 sun java SDK。您可以从以下站点下载模拟器:
请参阅这些 j2me 开发教程,
I suggest Netbeans better for mobile development. Even you can use Eclipse pulsar also. Netbeans already having sun java SDK. you can download the Emulator from following sites,
See these tutorials for j2me developing,