Setup Instructions
Install all necessary packages:
- Java SDK 1.5.0 or later
- J2ME Wireless Toolkit, if you are a Mac OSX user, you might want to try mpowerplayer SDK [1].
- Get Eclipse. (Or use any IDE that you are familiar with)
- Get MUPE developer tools for Eclipse (requires Eclipse 3.2 or newer): Tools page.
- Get MupeClient [2] and unzip it into the application folder under the wireless toolkit. The application folder is under the apps folder (for example: c:\wtk23\apps\). You might also want the latest beta client, see Downloads for latest Beta. (SVN: [3])
Creating new Mupe project in Eclipse
- Create a new project with the MUPE tool plugin (Ctrl+N - MUPE->New MUPE project)
- Give the project a name and select any template
- To run the project in eclipse, do the following: Select Run->Run...
- Select Java Application
- Click the icon for "New launch configuration"
- Select the project as the one you just created
- Give a name to the configuration
- Click the "include libraries when searching for a main class" tick box
- Run: com.nokia.mupe.core.startserver.Startserver class (Click "Search..." following the Main class editfield, and from the list, select StartServer)
- Run the server - your first MUPE server should be now in operation - might take a few seconds..
[edit]
Running Wireless Toolkit
- Start Wireless Toolkit (ktoolbar starts the toolkit). (First time only: Edit-> Preferences...->Storage-> Heap Size - set to e.g. 60000 - the emulator takes a lot of memory - much more than an actual phone)
- Open MupeClient2
- Build once
- Run.