I assume you have proper development enviroment , which i explained for MacosX here .Here is the steps you have to follow to create new MIDlet project under Eclipse Pulsar.
- File -> New -> MIDlet Project
- Enter Project Name , and also add Configuration which i explained here for MpowerPlayer by showing path of the MPowerPlayer.
- After that create a new Java ME MIDlet class again from File menu with File -> New -> Java ME MIDlet
- Use the following Hello World code for MIDlet.
- Use the following source code for MIDlet. HelloWorld.java
- Right click project -> Mobile Tools For Java -> Create Package
- Right click project -> Run As -> Emulated Java ME MIDlet and then you are done…

