How to make a j2me project in NetBeans 7.0?

耗尽温柔 提交于 2019-12-11 10:01:19

问题


I have installed Netbeans 7.0 (in window xp SP3) and I also installed "Wireless Toolkit 2.5".

But when I open Netbeans

File->New Project

then there is only option for Java SE and Java EE.

Not for Java ME.

I also try

Tools-> Plugin -> and search for Java ME

but I was not able to find "Java ME".


回答1:


At first install 'Mobility' plugin for NetBeans IDE for J2ME development. You can do this from Tools > Plugins > (Select and install). Then DO this.. In netbeans, Tools>Java Platforms>Select Add Platform>Select Java ME MIDP platform emulator > select the one you installed now (Wireless Toolkit 2.5(location))




回答2:


AFAIK you didn't use the Java ME supported Netbeans bundle. Download Netbeans with All(Its including Java ME) supported technologies and reinstall the Netbeans.

Edit: Netbeans 7.0 having Java_ME_platform_SDK_3.0. If you want to integrate Sun Java Toolkit 2.5, Just follow the @Sanjay steps.



来源:https://stackoverflow.com/questions/7737898/how-to-make-a-j2me-project-in-netbeans-7-0

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!