NSharma
NSharma

Reputation: 53

Which version of Eclipse supports J2ME application development?

Trying to develop a J2ME application, but I am unable to configure J2ME in Eclipse (Juno) with Java ME SDK v. 3.2. The emulator will not even run with NetBeans 7.2. How can I get this configured properly?

Upvotes: 1

Views: 1351

Answers (2)

user2307155
user2307155

Reputation: 195

do the following steps:

  1. go to help->install new software

  2. click on add tab

  3. in the name text field give "eclipse me update site"

  4. in the url give "http://eclipseme.org/updates"

  5. install the software

  6. then you can find j2me installed in your eclipse juno

    now integrating sun wtk emulator with juno

    1.go to file ->new ->project->j2me

    2.next we need to import devices for running midlets

    3.click on the import tab

    specify the path for the wtk

    click refresh button select the devices

    4.try to build an midlet applications

Upvotes: 0

Telmo Pimentel Mota
Telmo Pimentel Mota

Reputation: 4043

I do not know exactly why, but MTJ does not run with Juno. If you like Eclipse try it with Indigo.

Upvotes: 1

Related Questions