是诺基亚的 MeeGo 1.2“Harmattan”有 JVM 吗?
诺基亚的 MeeGo 1.2“Harmattan”有 JVM 吗?如果有的话,用SDK开发的应用程序和用J2me for JVM开发的应用程序有什么区别?
is Nokia 's MeeGo 1.2 "Harmattan" having JVM? if it has, what is the difference between application developed by SDK and tha Applications developed by J2me for JVM?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,不是正式的。 MeeGo 的预期开发环境是 Qt。
您可能想阅读 Meego-dev 列表上的这个帖子:
http://lists.meego.com/pipermail/meego -dev/2010-March/thread.html#648
使用 C++ 的 Qt 与 Java 并没有太大不同,因此可能值得花时间学习。它具有为目标平台生成本机代码的额外好处,理论上可以提高性能。
No, not officially. MeeGo's intended development environment is Qt.
You may want to read this thread on the Meego-dev list:
http://lists.meego.com/pipermail/meego-dev/2010-March/thread.html#648
Qt with C++ is not terribly unlike Java, so may be worth the time to learn. It has the added benefit of generating native code for the target platform, which theoretically improves performance.