码迷,mamicode.com
首页 > Web开发 > 详细

META-INF directory

时间:2018-08-17 18:21:59      阅读:176      评论:0      收藏:0      [点我收藏+]

标签:cto   sam   tool   def   gen   int   format   store   rate   

https://docs.oracle.com/javase/7/docs/technotes/guides/jar/jar.html

 

 

The META-INF directory

The following files/directories in the META-INF directory are recognized and interpreted by the Java 2 Platform to configure applications, extensions, class loaders and services:

  • MANIFEST.MF

The manifest file that is used to define extension and package related data.

  • INDEX.LIST

This file is generated by the new "-i" option of the jar tool, which contains location information for packages defined in an application or extension.  It is part of the JarIndex implementation and used by class loaders to speed up their class loading process.

  • x.SF

The signature file for the JAR file.  ‘x‘ stands for the base file name.

  • x.DSA

The signature block file associated with the signature file with the same base file name. This file stores the digital signature of the corresponding signature file.

  • services/

This directory stores all the service provider configuration files.

 

META-INF directory

标签:cto   sam   tool   def   gen   int   format   store   rate   

原文地址:https://www.cnblogs.com/qianjinyan/p/9494716.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!