J2ME MIDlet 的增量 JAR 更新

发布于 2024-10-08 05:48:17 字数 133 浏览 0 评论 0原文

我需要通过发送 J2ME 代码和 res/ 文件夹的最小增量更新来更新应用程序 JAR 文件。这样做的最好方法是什么。该 JAR 将安装在手机上。这样做,我想最小化发送到手机的更新的大小。我正在使用 Eclipse 为诺基亚 N97 SDK 进行开发。

I need to update an application JAR file by sending a minimal incremental update of my J2ME code and res/ folder. What is the best way of doing this. This JAR gets installed on a phone. In so doing, I want to minimize the size of the update I send to the phone. I am developing with Eclipse for Nokia N97 SDK.

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

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

发布评论

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

评论(1

淡紫姑娘! 2024-10-15 05:48:17

您无法即时更新单个类或资源。您可以下载新资源,并将它们保存到 RMS 或使用 JSR75 的文件系统。

除此之外,您还需要安装一个新的 JAR。

You can't update individual classes or resources on the fly. You could download new resources, and save them either to RMS or the file system using JSR75.

Beyond that, you'll need to install a new JAR.

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