J2ME MIDlet 的增量 JAR 更新
我需要通过发送 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您无法即时更新单个类或资源。您可以下载新资源,并将它们保存到 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.