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