Burak Dede – Read Once Do Everytime

Archive for the ‘Other’ Category

Creating Your First MIDlet Project : Hello World

2 comments

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.

  1. File -> New -> MIDlet Project
  2. Enter Project Name , and also add Configuration which i explained here for MpowerPlayer by showing path of the MPowerPlayer.
  3. After that create a new Java ME MIDlet class again from File menu with File -> New -> Java ME MIDlet
  4. Use the following Hello World code for MIDlet.
  5. Use the following source code for MIDlet.  HelloWorld.java
  6. Right click project -> Mobile Tools For Java -> Create Package
  7. Right click project -> Run As -> Emulated Java ME MIDlet and then you are done…

Written by burakdede

June 13th, 2010 at 4:38 pm

Hello world!

one comment

This is my first post i just wanna make sure that everything is ok and carry on the “Hello World” tradition with my first blog post.

Written by burakdede

October 3rd, 2009 at 6:56 am

Posted in Other

Tagged with ,