I am new to Eclipse. I had successfully integrated j2me plugin and able to run the j2me application in emulator. But as in Netbeans we have emulator customization facility like we can add icon in our application or change manifest file or like change emulator or update midlet.
How can I do all this customization in eclipse?
In NetBeans when you change/set MIDlet-Icon it will update the MIDlet-Icon
property of JAD.
In Eclipse either you change it manually or use JAD editor for the same.