|
NetBeans with Nokia SDK
This briefly describes how to integrate the Nokia Developer's Suite 2.0 for J2ME to NetBeans on a Linux setup. The version numbers may change so the ones mentioned belowed reflect the current situation. Please check where appropriate.
- Get and install NetBeans from http://www.netbeans.org
- Get the Nokia SDK at http://www.forum.nokia.com/main/0,6566,034-2,00.html You will also need a serial number that you can obtain at http://www.forum.nokia.com/main/0,6566,036,00.html (you will need to have a [Forum Nokia] account which is available free of charge).
- Install the SDK. Make sure that you use the standalone installation, not the integration with Sun One Studio ME. This will fail!
- Open NetBeans and open Tools -> Update Center
- Choose at least the "NetBeans Update Center"
- Install "Free Third-Party Module / J2ME Wireless / J2MEWTK 1.0.4 for Linux" and all dependenices (resolved automatically)
- After the NetBeans restart open the "Device Emulator Registry" from the Tools menu.
- Add a new emulator
- Let <nokia> be the directory where you installed the Nokia SDK. Then add the following directory as new emulator: <nokia>/Devices/Series_60_MIDP_Concept_SDK_Beta_0_3_Nokia_edition/
Now you will have a new entry for the emulator named "Series 60 MIDP Concept SDK Beta 0.3, Nokia edition". You can make this the default or use it only for special projects. Executing a MIDlet Suite will then execute the code on a Nokia-like MIDP 2 phone. I had problems with the Nokia series 40 emulator, so I do not cover it here.
|
|