Open the Eclipse and go to windows-> preference -> Java ME -> Device
Management -> manually install and then add the that toolkit emulator on the Eclipse.
Extract the LWUIT 1.5.
Create the new Java ME project in Eclipse and Add the LWUIT_MIDP.jar(look on the
lwuit 1.5/lib folder) on created project properties.
Now i have created a new Midlet Suite ... Added a new Midlet and have run the whole program .. the emulator shows up and disappears gives error asNo audio device found.
java.lang.ClassNotFoundException: Demo
at com.sun.midp.midlet.MIDletState.createMIDlet(+29)
at com.sun.midp.midlet.Scheduler.schedule(+52)
at com.sun.midp.main.Main.runLocalClass(+28)
at com.sun.midp.main.Main.main(+80)
– YatinJan 30 '12 at 11:40
Can you tell me the flow for how to you created? And also look [this article for how to develop lwuit application with eclipse.](http://jimmod.com/blog/2010/04/basic-lwuit-tutorial-with-eclipse-pulsar/)
– bharathJan 30 '12 at 11:45
After opening the Eclipe galileo > New project > new MidletSuite > MidletSuite got created > then i imported the External LWUIT_MIDP.jar > then create a new new MIDLET > then i wrote the whole program with no complilation error , but when i run the program it shows java.lang.CLASSNOTFOUNDEXCEPTION
– YatinJan 30 '12 at 12:05
@yatinkharbe If you have a different question about another topic, then *ask another question*, do *not* ask another question in the comments.
– casperOneJan 30 '12 at 13:38
http://stackoverflow.com/questions/7821261/which-eclipse-download-for-developing-for-java-me
– Mun0n Jan 30 '12 at 10:38