The file Manifest is missing the required attribute:MIDlet-Vendor2007-04-14 09:18:30 conradt [Reply | View] I tried the sample (WTK25,Jdk1.5) - but when I try to run the emulator, I get the following error message, although the MIDlet-Vendor attribute is both in the Manifest.mf as well as in the JAD file. com.sun.kvem.midletsuite.InvalidJadException: Reason = 14The file Manifest is missing the required attribute:MIDlet-Vendor Any idea anyone? The file Manifest is missing the required attribute:MIDlet-Vendor2007-07-03 04:40:27 mangy [Reply | View] Try hitting enter after the last line, in Manifest.mf.Reason: There should be newline character after MIDlet-Vendor attribute, for it to be recognised.
The file Manifest is missing the required attribute:MIDlet-Vendor
最新推荐文章于 2025-06-28 15:20:39 发布
本文档详细记录了一位开发者在使用WTK2.5和JDK1.5进行开发过程中遇到的问题:尝试运行模拟器时收到错误提示,指出Manifest文件缺少必要的MIDlet-Vendor属性。通过社区的帮助,最终发现了解决方案,即确保MIDlet-Vendor属性后跟有换行符。
2527

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



