add icon to j2me application

故事扮演 提交于 2019-12-07 15:07:15

问题


How can I add icon for my j2me application midlet? I am using eclipse.


回答1:


In MIDlet description file (MANIFEST.MF) change/add such lines:

MIDlet-1: YourMidletName,icon.png,MainClass
MIDlet-Icon: icon.png



回答2:


If You are using the netbeans for developing j2me.Then follow this step:-

Custmoization--->Application Description--->click Midlet Tab--->Select the midlet and click on edit button---->then select the Midlet icon which u want to use.Select ok--->execute it in phone




回答3:


MIDlet-Name: MIDgetSuite
MIDlet-Vendor: Vendor, Inc.
MIDlet-Version: 0.1.0
MicroEdition-Configuration: CLDC-1.1
MicroEdition-Profile: MIDP-2.0
MIDlet-Jar-Size: 2245
MIDlet-Jar-URL: MIDgetSuite.jar
MIDlet-1: MIDget,/icons/icon.png,MainEngine

Please refer this http://developer.nokia.com/Community/Wiki/Adding_an_icon_to_a_MIDlet



来源:https://stackoverflow.com/questions/3730243/add-icon-to-j2me-application

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!