java - How to create J2ME midlets for Nokia using Eclipse -


nokia has stopped offering developer's suite, relying on other ides, including eclipse. meanwhile, nokia changed own development tools again , eclipseme has changed. leaves documentation irrelevant.

i want know take make simple hello-world?

(i found out myself, q&a other people use)

here's what's needed make simple hello world -

  1. get eclipse ide java. used ganymede. set up.
  2. get sun's wireless toolkit. used 2.5.2. install it.
  3. get nokia's sdk (found here), in case s40 6230i edition, , install choosing option integrate sun's wtk
  4. follow instructions @ http://www.eclipseme.org/ download , install mobile tools java (mtj). used version 1.7.9.
  5. when configuring devices profiles in mtj (inside eclipse) use nokia device wtk folder , not nokia's folder.
  6. set wtk root main installation folder - instance c:\wtk2.5.2; note wtk installer creates other folders apparently backward compatibility.
  7. get antenna , set location in mtj's property page (in eclipse).

here's helloworld sample test configuration.

note: worked me on windowsxp. note: should work s60 well. replace s40 sdk in phase 3 s60's.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -