manifest文件是什么文件?

百科问答网 2026-06-25 23:39:28 0

manifest.mft说明了这个程序的版本、入口主类、生成文件,如过你想让你的jar直接运行的时候,创建这个manifest文件(manifest.mft)

manifest可能是vs2005自动生成的文件,应该不能删除。

madifest是个xml的描述文件,对于每个dll有dll的manifest文件,对于每个应用程序application也有自己的manifest。

对于应用程序而言,manifest可以是一个和exe文件同一目录下的.manifest文件,也可以是作为一个资源嵌入在exe文件内部的(embed manifest)

文章标签: manifest文件