JAR 文件何时首次创建?
JAR 文件何时首次创建?这是 Java 1.0 或更高版本中的吗?
When were JAR files first created? Was that in Java 1.0 or a later edition?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
JAR 文件何时首次创建?这是 Java 1.0 或更高版本中的吗?
When were JAR files first created? Was that in Java 1.0 or a later edition?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
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."
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/