Netbeans 中不存在 Lcdui 和 midlet 软件包
在我的 netbeans 7.0.1 中,lcdui 和 midlet 包不存在错误包,我添加了 java(TM) SDK 平台和无线工具包平台
但我仍然收到错误。这是屏幕截图。
请帮助我。
in my netbeans 7.0.1 there is an error package does not exist for lcdui and midlet package,I have added java(TM) SDK platform and Wireless toolkit platform
but still i'm gettin the error..here is the screenshot.
Please help me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您正在创建 Java 应用程序。因为该项目图标(咖啡杯)显示的是 Java 应用程序。 ;) 不要为 Java ME 移动应用程序创建 Java 应用程序。在 Java ME 下选择 Java ME 应用程序。创建 Java ME 移动应用程序时显示的移动图标。
文件->新-> Java ME->移动应用程序或移动类库。
不要创建文件 ->新-> Java->用于移动应用程序的 Java 应用程序。有关更多信息,请参阅这篇文章,如何使用 NetBeans 创建简单的 MIDlet 应用程序。
I think you are creating the Java application. Because that project icon (coffee cup) shows Java Application. ;) Don't create the Java Application for Java ME mobile application. Choose the Java ME application under Java ME. Mobile icon showing while create the Java ME mobile application.
File -> New -> Java ME -> Mobile Application or Mobile Class Library.
Don't create File -> New -> Java -> Java Application for mobile application. For more info look this article, How to create a simple MIDlet application with NetBeans.