Manifest-Version: 1.0
MIDlet-Vendor: xxxxx商城
MIDlet-Version: 1.0.0
MIDlet-2: ,,
MIDlet-1: xxx,/xxx.png,com.wtk.Bookmark
MicroEdition-Configuration: CLDC-1.0
MIDlet-Icon: /xxx.png
MIDlet-Name: xxx
MIDlet-Info-URL: http://xxx.cn
MicroEdition-Profile: MIDP-1.0
MIDlet-Description: 这是xxx的java书签
调试了了半天。原来用eclipse进行
Define the Midlets that make up the Midlet Suite的时候
添加了一个空的MIDlet-2
MIDlet-2: ,,
本文记录了一次关于MIDlet-Suite配置文件中MIDlet-2字段出现空白条目的调试经历,作者发现这导致了应用无法正常运行。通过调整Manifest文件中的配置,最终解决了问题。
369

被折叠的 条评论
为什么被折叠?



