Setting up Eclipse for JavaME Development on Nokia S60
This will be a short walkthrough on how to setup Eclipse IDE for JavaME development on Nokia S60 platform. We will be using EclipseME as an add-on to Eclipse IDE to assist in the packaging and debugging process.
Download
- Java 1.6 SDK
- ActivePerl (Optional if you are not doing C++ development)
- Nokia all-in-one S60 SDK
- Eclipse IDE for Java Developers
Installation
- Install Java 1.6
- Install ActivePerl (Optional if you are not doing C++ development)
- Install Nokia all-in-one S60 SDK
- Extract the package in Eclipse IDE to c:\
Installing EclipseME
- Start Eclipse IDE by clicking on eclipse icon in the c:\eclipse folder
- You will be asked to select your default Eclipse workspace. It is safe to use the suggested default folder.
- On the menu, click Help and choose Software Updates.
- Click on the Available Software and click the Add Site button
- In the location field, enter “http://eclipseme.org/updates” and click OK.

- Expand the new eclipseme site and tick EclipseME.

The IDE will now download and install EclipseME add-on on your system. - When you are presented with an Import Device screen, browse to your S60 SDK installation folder (default is c:\S60\devices\S60_5th_Edition_SDK_v0.9).

The system should scan your folders and list the S60 devices. If not, click on the Refresh button to try scanning again. Tick the devices that you wish to import to your J2ME devices.
Configuring EclipseME
- On the Eclipse IDE’s menu bar, click on Windows and choose Preferences
- Expand Java and choose Debug. Modify the settings that are highlighted in the diagram.
- If you have not been asked to setup your devices, you can do so by expanding J2ME and choose Device Management.

Click on the Import button. Browse to your S60 SDK installation folder (default is c:\S60\devices\S60_5th_Edition_SDK_v0.9). The system should scan your folders and list the S60 devices. If not, click on the Refresh button to try scanning again. Tick the devices that you wish to import to your J2ME devices.
Once you reach here, you should proceed to EclipseME documentation to learn more on how to use EclipseME in your Nokia JavaME development.
Hi Mike. Nice instructions – how come you needed to install ActivePerl?
@ct: ActivePerl is needed for Symbian C++ development. I have updated my post and have marked this as optional.
[...] Setting up Eclipse for JavaME Development on Nokia S60 [...]
Add A Comment