Which Eclipse download for developing for Java ME

2019-07-30 09:06发布

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?

2条回答
闹够了就滚
2楼-- · 2019-07-30 09:20

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.

查看更多
戒情不戒烟
3楼-- · 2019-07-30 09:44

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.

查看更多
登录 后发表回答