Which Eclipse download for developing for Java ME

不问归期 提交于 2019-12-24 10:44:17

问题


I am new in Java ME. I need to download J2ME with Eclipse and follow the guide from the j4me Wiki. The problem is when I jump to the official Eclipse site, I see approximately 12 options. Which one do I need?


回答1:


Download the Eclipse pulsar. Its mobile platform version of eclipse. Then download the sun java toolkit or Java ME SDK and install it. After that you need to integrate with that SDK with Eclipse. Just follow the following step.

window -> preferences -> Java ME -> Device Management -> Manual Install -> select SDK workspace -> finish.

Edit: J4ME is development framework for Java ME. If you looking for 3rd party development framework for Java ME, I suggest to use LWUIT.




回答2:


To quote from the page you linked to:

The base installation package for Java development is all you need.

So the one labeled "Eclipse IDE for Java Developers" should be fine.



来源:https://stackoverflow.com/questions/7821261/which-eclipse-download-for-developing-for-java-me

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