JAR 文件何时首次创建?

发布于 2024-10-21 19:04:35 字数 41 浏览 3 评论 0原文

JAR 文件何时首次创建?这是 Java 1.0 或更高版本中的吗?

When were JAR files first created? Was that in Java 1.0 or a later edition?

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

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

发布评论

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

评论(2

她说她爱他 2024-10-28 19:04:35

JAR 文件JAR 文件格式JAR 文件规范 阐明了这个主题的一些内容。
<代码>
JAR 文件格式是在 Java 开发工具包 1.1 版中引入的,1.2 版包括对 JAR 文件功能的多项增强。除非另有说明,此跟踪中涵盖的功能同时适用于版本 1.1 和 1.2。如果某个功能描述或示例仅适用于一个版本,您将收到诸如“版本 1.2”之类的注释提醒。

JAR File, JAR File Format and JAR File Specification sheds some light on this topics.

The JAR file format was introduced in version 1.1 of the Java Development Kit, and version 1.2 includes several enhancements to JAR file functionality. Unless otherwise noted, features covered in this trail pertain to both versions 1.1 and 1.2. If a feature description or example pertains only to one version, you'll be alerted with an annotation such as "version 1.2."

眼睛会笑 2024-10-28 19:04:35

JAR 文件(ZIP 文件,重命名为 JAR 文件扩展名)在 Java 1.1 中引入 http ://java.sun.com/developer/Books/javaprogramming/JAR/

JAR file (ZIP files, renamed to have a JAR file extension) were introduced in Java 1.1 http://java.sun.com/developer/Books/javaprogramming/JAR/

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