The examples have been created with Nokia Asha SDK 1.0. To open the project in the SDK, select File -> Import -> Existing Projects and browse to the folder you have the project in. Click Finish. Installation via Netbeans is also included.
The project is dependent on the HERE Maps libraries. The libraries are provided with the SDK, but you still need to include them in your build. For more information see Importing external libraries to workspace.
In order for the HERE Maps APIs to work, you need to obtain an application ID and token. You can get these by registering at http://developer.here.com. After you have obtained the ID and token, place them in Base.java located in package com.nokia.maps.example.
Now you are ready to build and test the application. Since this example consists of many MIDlets, launch the application in the emulator by selecting Run As -> Emulated JAVA ME JAD. To create the .jad and .jar file, open Application Descriptor in the IDE and on Overview tab select Create package.
You can install the application on a phone by transferring the .jar file in Mass storage mode, with Nokia Suite or over Bluetooth. Locate the file with file browser and tap to install. Then find the application icon in the application menu and tap it to launch.