Setting up J2ME development environment for Symbian

1. install jdk

2. Install IDE (Eclipse)

3. Install Mobile Tools for Java 

4. Install Symbian SDK : http://www.developer.nokia.com/info/sw.nokia.com/id/ec866fab-4b76-49f6-b5a5-af0631419e9c/S60_All_in_One_SDKs.html

5. Integrate the IDE with the SDK

  1. Open Eclipse.

  2. Select Window > Preferences.

  3. Select Java ME > Device Management.

  4. Click Manual Install.

  5. Click Browse and select the folder where you installed the SDK. Eclipse searches the selected folder for available device definitions.

  6. Select the device definitions and click Finish.

    Figure: Installing device definitions

  7. Select the default device definition for new Java ME projects by checking it in the Default column. If you want to develop for Symbian devices, checkSymbianEmulator.

  8. To complete the configuration, click OK.

Your development environment is now set and you can create the MIDlet in Eclipse.


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章