简体   繁体   English

JAD文件必须引用JAR文件

[英]JAD file must reference the JAR file

While trying to publish a java app to the ovi nokia store there's an error - "JAD file must reference the JAR file". 在尝试将java应用程序发布到ovi nokia商店时,出现了错误 - “JAD文件必须引用JAR文件”。 What can cause this problem if removing jar file and recompiling project doesn't help? 如果删除jar文件并重新编译项目会导致此问题的原因无效?

Per my reading of documentation in Sun/Oracle tutorial error message like you received might indicate that something wrong is going on with your jad attribute MIDlet-Jar-URL : 根据我收到的Sun / Oracle教程中的文档,您收到的错误消息可能表明您的jad属性MIDlet-Jar-URL

...The JAR file will be installed from the location MIDlet-Jar-URL . ...将从MIDlet-Jar-URL位置安装JAR文件。 The size of the download must agree with the MIDlet-Jar-Size value... 下载的大小必须与MIDlet-Jar-Size值一致......

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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