How to Run a Hello World Java application on WIndows Mobile
Hi!
We have a sample Plug-in environment Java application downloaded from http://www-128.ibm.com/developerworks/library/os-ecl-ercp/index.html - IBM library.
We have downloaded the source files org.eclipse.testworkbenchapp_1.0.0.jar and tried running the application on desktop PC, this worked fine.
We are using Eclipse 3.2 to run this Java application on Desktop.
Now, we are trying to run the same application on Intermec Windows Mobile 5.0 device.
1. The device has IBM J9 ?WebSphere MicroEnvironment MIDP 2.0 for Windows Mobile2003 installed in it.
2. On installing this on Windows Mobile, in Start ?Programs ?we find MIDlet HQ - on launching this, opens a window with Install button.
3. On Click on Install button, another window opens which asks for URL to install.
4. In the URL Edit box, I give file:////Org.Eclipse.testWorkbenchapp.feature_1.0.0.jar which is present in \MyDocuments\Update site folder copied from desktop workspace via Active sync ?As mentioned in the above IBM library site.
5. I have also tried file:////MyDocuments\Updatesite\Org.Eclipse.testWorkbenchapp.feature_1.0.0.jar as input to URL.
6. On click OK, I get an error titled AMS Error with description The application descriptor was missing the required MIDlet Name field.
I am held up here and not able to move further.
As mentioned in the above IBM library site I tried downloading the update site folder via Eclipse ?Software Updates ?Find and Install in Help menu.
I selected Search for new features to install and browsed the Update site folder location present in my Eclipse workspace. This also does not work.
Any help in this regard in greatly appreciated. Thanks in advance!

