JAD 文件必须引用 JAR 文件

发布于 2024-12-20 06:58:13 字数 98 浏览 4 评论 0原文

尝试将 Java 应用程序发布到 ovi 诺基亚商店时出现错误 -“JAD 文件必须引用 JAR 文件”。如果删除 jar 文件并重新编译项目没有帮助,可能会导致此问题的原因是什么?

While trying to publish a java app to the ovi nokia store there's an error - "JAD file must reference the JAR file". What can cause this problem if removing jar file and recompiling project doesn't help?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

﹏雨一样淡蓝的深情 2024-12-27 06:58:13

根据我对 Sun/Oracle 教程 中的文档的阅读,您可能收到的错误消息表明您的 jad 属性 MIDlet-Jar-URL 出现问题:

...JAR 文件将从位置 MIDlet-Jar-URL 安装。下载的大小必须与 MIDlet-Jar-Size 值一致...

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:

...The JAR file will be installed from the location MIDlet-Jar-URL. The size of the download must agree with the MIDlet-Jar-Size value...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文