Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Here's what's needed to make a simple hello world -</p> <ol> <li>Get <a href="http://www.eclipse.org/downloads/" rel="nofollow noreferrer">Eclipse</a> IDE for Java. I used Ganymede. Set it up.</li> <li>Get Sun's <a href="http://java.sun.com/products/sjwtoolkit/download.html" rel="nofollow noreferrer">Wireless Toolkit</a>. I used 2.5.2. Install it.</li> <li>Get Nokia's SDK (<a href="http://developers.nokia.com/info/sw.nokia.com/id/cc48f9a1-f5cf-447b-bdba-c4d41b3d05ce/Series_40_Platform_SDKs.html" rel="nofollow noreferrer">found here</a>), in my case for S40 6230i Edition, and install it choosing the option to <strong>integrate with Sun's WTK</strong></li> <li>Follow the instructions at <a href="http://www.eclipseme.org/" rel="nofollow noreferrer">http://www.eclipseme.org/</a> to download and install Mobile Tools Java (MTJ). I used version 1.7.9. </li> <li>When configuring devices profiles in MTJ (inside Eclipse) use the Nokia device from the WTK folder and NOT from Nokia's folder.</li> <li>Set the WTK root to the main installation folder - for instance c:\WTK2.5.2; Note that the WTK installer creates other folders apparently for backward compatibility.</li> <li>Get <a href="http://antenna.sourceforge.net/" rel="nofollow noreferrer">Antenna</a> and set its location in MTJ's property page (in Eclipse).</li> </ol> <p><a href="http://wiki.forum.nokia.com/index.php/Hello_World_in_Java_ME" rel="nofollow noreferrer">Here's an HelloWorld sample to test the configuration.</a></p> <p>Note: It worked for me on WindowsXP. Also note: This should work for S60 as well. Just replace the S40 SDK in phase 3 with S60's.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload