JavaMe 入门
我正在尝试让一个非常简单的程序在我的诺基亚 5000 上运行。 在诺基亚网站上,有一个 SDK(Series 40)。我将此 SDK 包含在我的 IntelliJ 项目中。 问题是,当我尝试在手机上运行 helloWorld 应用程序时,收到一条错误消息。
(http://wiki.forum.nokia.com/index.php/Hello_World_in_Java_ME)
有人能帮我吗?
提前致谢!
I'm trying to make a very simple program run on my Nokia 5000.
On the Nokia website, there is a SDK (Series 40). I included this SDK in my IntelliJ project.
The problem is, when I try to run the helloWorld app on my phone, I get an error message.
(http://wiki.forum.nokia.com/index.php/Hello_World_in_Java_ME)
Can anyone help me out?
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否有机会创建 MIDP 2.1 / CLDC 1.1 应用程序?
对于 Series40 手机,我肯定会从 MIDP 2.0 / CLDC 1.0 开始,
否则请发布您的 jad 文件和清单文件。
Any chance you have created a MIDP 2.1 / CLDC 1.1 application?
For Series40 phones, I would definitely start with just MIDP 2.0 / CLDC 1.0
Otherwise post your jad file and your manifest file.