Is there a good J2ME IDE? [closed]

元气小坏坏 提交于 2019-12-04 15:50:16

问题


Is there a good J2ME IDE? I mean something lightweight, and portable. Something that can run what you program on it. My favorite Java IDE is JCreator Lite. Is there something like that for J2ME? Also, which would you say is the best J2ME IDE?


回答1:


Netbeans is quite good, albeit not very lightweight.
This tutorial offers a good illustration.




回答2:


The Eclipse plugin EclipseME (now Mobile Tools for Java) is very good and integrates well with SDKs from device manufacturers. I've used it for development on Sony Ericsson devices and it lets you do things like on-device debugging from within the IDE.




回答3:


You are having two options. Netbeans and Eclipse ,But i don't think both are lightweight ,they are heavyweight champions actually. Considering J2ME netbeans is very good platform to start with. Its having easy to set up configurations for J2ME and nowadays everything is bundled to netbeans package.


Then you have Eclipse which is equally good and widely used .Eclipse is having new MTJ(Mobile Tools for Java) package for J2ME which has made many tasks easier than before. Its emerging as a ideal IDE for many languages and frameworks. As an IDE you have more benefits for Eclipse compared to Netbeans .

Anyway you have to try both select the one which you find comfortable .




回答4:


NetBeans IDE & Eclipse IDE are the best two environments to work for developing JavaME applications.

The only difference which I found out between the two IDE when I coded on JavaME was that for NetBeans , J2me environment was already added.

For Eclipse , the developer was required to add the j2me plugin , antenna for building , J2me Wirless toolkits

NetBeans IDE can be downloaded from the following link

http://netbeans.org/features/javame/

Eclipse IDE & EclipseME plugin can be downloaded from the following links respectively

http://www.eclipse.org/downloads/

http://eclipseme.org/




回答5:


Sun's NetBeans also can support Mac OS X by using Java ME SDK 3.0 Mac OS X version. That's why I love it.




回答6:


The Netbeans is not sun's product.

For choosing IDE.1st we decide for which kind of mobile (nokia,samsung,etc) our application is build.Then we goto the vendor from that we get their specific component,sdk,etc.Then we work on SDK is usefull.

Thanks & Regards, Sivakumar.J



来源:https://stackoverflow.com/questions/646431/is-there-a-good-j2me-ide

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