创建您的简历下载 TikTok 视频Forge Utility 工具
HotConvertHotConvert
JAR

JAR — Java Archive

document

A JAR file is a ZIP archive that packages compiled Java classes, resources and a manifest into one distributable file. Because the container is plain ZIP, a JAR can be opened, repacked or converted with any archive tool — the only thing that makes it a JAR is the META-INF/MANIFEST.MF entry.

6 种转换可用

Common use cases

  • Packaging a Java library or application for distribution
  • Inspecting or extracting the contents of a compiled Java program
  • Converting a ZIP of class files into a loadable JAR
  • Repacking a Minecraft mod or plugin archive

Advantages

  • Standard ZIP container, readable by any archive tool
  • Single file distribution for Java applications
  • Manifest can declare an entry point and classpath
  • Supports digital signing for trusted distribution

Technical details

ZIP container (deflate compression) with a mandatory META-INF/MANIFEST.MF descriptor. Optional entries hold signatures, module descriptors and a Main-Class attribute that makes the archive executable with java -jar.

接受的文件 :.jar

将文件拖放到此处

或点击选择

最大25 MB · JAR

所有 JAR 转换

操作
JAR
7Z
Convert
JAR
TAR
Convert
JAR
TBZ2
Convert
JAR
TGZ
Convert
JAR
TXZ
Convert
JAR
ZIP
Convert