Nokia's Java Platform (Carbide.j)
From UrbanWiki
The development Carbide.j has been discontinued, but it is still possible to use the Nokia Java J2ME SDK and emulator with e.g. Eclipse or Netbeans.
Contents |
[edit] Debugging
A general tutorial can be found here: How-to setup Java for Phone Development. Be aware that the emulation and deployment step is known to not work.
Follow the instructions in the screencast at Nokia Forum to get started with debugging
[edit] Symbian OS
- Native Error Codes
[edit] On-device debugging
Pitfall: Install the agent on the phones internal memory, not on the memory card.
If you install the debug agent on the external memory card Eclipse will halt at the "Connect to Agent" message and WLAN debug will not be visible on the phone.
[edit] Running the Nokia Emulator with Windows Vista
After installing Netbeans and the Nokia Emulator for S60 it is most likely that you will receive error messages like this:
Cannot start Series 60 SDK for MIDP
Or
Cannot start Ecmt Manager
This is due to the fact that Windows Vista is missing a required DLL file: MSVCR71.dll. Download it from a random website and place it in the bin folder of your Nokia S60 MIDP SDK.

