| Installing Java ME SDK (Windows OS) - Verify that your system meets the minimum hardware and software requirements.
- Download Oracle Java ME SDK.
- Double-click the executable file to start the installation, and follow the prompts.
- As the installation concludes, the Device Manager appears in the Windows system tray.
Installing Java ME SDK Plugin for NetBeans - Go to "Tools" - "Plugins"
- Click on "Available Plugins" tab. Locate "Java ME SDK Tools"
- You will see three plugins under "Java ME SDK Tools" category - "Java ME SDK Tools", "LWUIT Resource Editor" and "Java ME SDK Demos". Check the boxes you want to install
- Click "Install" button on the bottom left corner
- Restart NetBeans
Installing Java ME SDK Plugin for Eclipse Eclipse Indigo Follow these steps to Install the Java ME SDK on Eclipse Indigo. Indigo includes MTJ so the installation follows standard Eclipse procedures. - In the Eclipse, Go to Help > Install New Software...
- Click 'Add...', and click 'Archive', and select the Java ME SDK Plugin zip file location.
- After the installation details are displayed, press Next. Eclipse will calculate requirements and dependencies.
- Accept the terms of the license agreement and click Finish.
- Check the Java ME SDK Tools Category and its subcategories and press the Next button to start the Add wizard.Accept the terms of the license agreement and click Finish.
Eclipse Juno The Oracle Java ME SDK requires the MTJ toolkit, but it is not bundled with Juno and it must be installed manually. Therefore, install MTJ toolkit first. - Go to Help > Install New Software.
- In the "Work with" field, enter this URL: http://download.eclipse.org/releases/indigo
- Click Add. When the plugins are discovered, open the Mobile and Device Development Tools hierarchy and check Mobile Tools for Java Examples, Mobile Tools for Java SDK, and Mobile Tools for Java Examples. Click Next. On the installation screen select all plugins and click Finish.
- A Juno plugin named org.eclipse.jetty.server_(version).jar conflicts with the MTJ libraries when the plugin version is higher than 6. If it is you must prevent it from loading by changing its name so the Jar file is not parsed. For example, change it to: org.eclipse.jetty.server.old
- To open the device selector, select Window > Open Perspective > Other and select Java ME.
Integrate the Java ME SDK. - Select Window > Preferences.
- Click the Java ME node and select Device Management and click Manual Install.
- In the Specify search directory field, specify the location of the Java ME SDK 3.2 installation (for example, C:\Java_ME_platform_SDK_3.2). Wait while Eclipse searches for devices. Five CLDC devices are found. Select all of them and click Finish. Click OK.
- To open the device selector, select Window > Open Perspective > Other and select Java ME SDK. The CLDC devices are found.
| |