learnerNo1
learnerNo1

Reputation: 147

Can I use eclipse to write j2me code?

please guys, before I download eclipse, is it possible to use it to compile j2me code, or it is used only for android applications?

I am finding netbeans difficult to work with and I was wondering if eclipse was easier. I am new, I need help to start up writing j2me as well as using netbeans or eclipse, I am confused, I am trying to use netbeans, but I don't understand it. Is eclipse easier and j2me compatible?

Upvotes: 2

Views: 1193

Answers (2)

Thirumoorthy
Thirumoorthy

Reputation: 589

first install WTK sun_java_wireless_toolkit

download eclipse IDE and install after u start the eclipse you follow this instruction

  1. Help->Select Install new software or (update software)
  2. It leads to a new window, then select the Add button.
  3. Enter the link http://www.eclipseme.org/updates and then click ok button.
  4. Then select the next button. After then some process completes then the eclipseme plugin with the eclipse tool.

Then follow the below link instructions

http://eclipseme.org/docs/configuring.html

Upvotes: 1

NG.
NG.

Reputation: 22904

Check out the Mobile Tools for Java - it's the evolution of the EclipseME plugin. You can definitely do all your J2ME things with this package.

Upvotes: 4

Related Questions