谁实际安装了 Java MIDlet 文件

发布于 2024-10-15 23:42:38 字数 198 浏览 8 评论 0原文

假设我有 TicTacToe.jar (类文件和资源文件的集合)& TicTacToe.jad(描述符文件)文件,

谁以及如何将 jar 文件安装到一些机器相关文件,如(.sis 和所有)

平台无关 平台相关 JAR 文件<----------------> (??????) <----------> .sis 文件

Suppose i have TicTacToe.jar (Collection of class files and resource files) & TicTacToe.jad (Descriptor File) files,

Who and How does this installation from jar file to some machine dependant files like (.sis and all)

Platform independant Platform Dependant
JAR File <----------------> (???????) <----------> .sis Files

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

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

发布评论

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

评论(1

梦亿 2024-10-22 23:42:38

虽然你的问题不是100%清楚,我会尽力回答我所理解的问题。

首先JME受多个平台支持,而sys文件仅属于Symbian。
其次,JME 应用程序分发实际上由 2 个文件组成:JAR 和 JAD。安装从 JAD 开始。 Java 安装程序(内置于平台中)检测 JAD,读取其数据,要求用户确认他/她是否希望真正安装应用程序,然后下载 JAR 文件并“安装”它。

该过程可以从 HTTP 请求(所谓的 OTA - 空中安装)、从存储卡、从蓝牙开始。底线:java 安装程序负责安装 midlet。

Although your question is not 100% clear I will try to answer the question as I understood it.

First JME is supported by several platforms while sys files belong to Symbian only.
Second, JME application distribution really consists of 2 files: JAR and JAD. The installation starts from JAD. Java installer (built in into the platform) detects JAD, reads its data, asks user to confirm his/her wish to really install the application and then downloads JAR file and "installs" it.

The process may start from HTTP request (so called OTA - over the air installation), from memory card, from bluetooth. Bottom line: the java installer takes responsibility to install the midlet.

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