Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/java/360.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Java j2me JAR清单、JAD文件和诺基亚发布QA失败_Java_Java Me_Jar_Nokia S40_Jad - Fatal编程技术网

Java j2me JAR清单、JAD文件和诺基亚发布QA失败

Java j2me JAR清单、JAD文件和诺基亚发布QA失败,java,java-me,jar,nokia-s40,jad,Java,Java Me,Jar,Nokia S40,Jad,最近我开发了一些应用程序,它是简单的Weider 6练习浏览器 我已经使用JAR清单中的元素手动创建了JAD文件,但我的应用程序被诺基亚发布QA团队撤销,原因如下: Dear publisher, While processing your content we found the following MIDlet-attributes are not present in the JAD and JAR manifest files: Key 'MicroEdition-Profile' i

最近我开发了一些应用程序,它是简单的Weider 6练习浏览器

我已经使用JAR清单中的元素手动创建了JAD文件,但我的应用程序被诺基亚发布QA团队撤销,原因如下:

Dear publisher,
While processing your content we found the following MIDlet-attributes are not present in the JAD and JAR manifest files:

Key 'MicroEdition-Profile' is not in the .jad and .jar.
Key 'MicroEdition-Configuration' is not in the .jad and .jar.
Key 'MIDlet-1' is not in the .jad and .jar.
Key 'MIDlet-Name' is not in the .jad and .jar.
Key 'MIDlet-Version' is not in the .jad and .jar.
Key 'MIDlet-Vendor' is not in the .jad and .jar.
最奇怪的是,我的清单如下所示:

MIDlet-Version: 1.0.0
MIDlet-Vendor: Michal Kulesza
MIDlet-Jar-URL: Weider6.jar
MicroEdition-Configuration: CLDC-1.0
MicroEdition-Profile: MIDP-2.1
MIDlet-1: Weider6,/1.png,me.kulesza.WeiderExcercises
MIDlet-Name: Weider6
和JAD文件几乎相同:

MIDlet-Jar-Size: 199784
Sealed: true
MIDlet-Version: 1.0.0
MIDlet-Vendor: Michal Kulesza
MIDlet-Jar-URL: Weider6.jar
MicroEdition-Configuration: CLDC-1.0
MicroEdition-Profile: MIDP-2.1
MIDlet-1: Weider6,/1.png,me.kulesza.WeiderExcercises
MIDlet-Name: Weider6
你们中有谁经历过这样的问题吗?
我做错了什么还是他们的错?

你可以用我的JAD检查器在线检查JAD文件

您可能还应该包括以下条目: MIDlet图标 MIDlet描述 但是这些丢失的条目不能成为您收到错误报告的原因

在我看来,上传过程中好像出了什么问题。例如,您可以轻松地执行一个错误:选择要上载的文件,但不确认它以开始实际上载。 当我最终保存整个表单时,文件没有上传,系统使用了我的旧文件,QA重新检查了我的旧版本。 现在,在我提交给QA之前,我总是下载我上传的内容,以检查系统是否真的有我的新文件

有一个额外的“验证”按钮。它应该捕捉像这样的错误