简体   繁体   中英

Eclipse and J2ME emulator customization

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.

Check out the midlet tab in "Application Descriptor" pane in Eclipse. You can set the midlet related options there.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM