Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (102)
JavaBeans (21)
JDBC (121)
JDK (426)
JSP (20)
Logging (108)
Mail (58)
Messaging (8)
Network (84)
PDF (97)
Report (7)
Scripting (84)
Security (32)
Server (121)
Servlet (26)
SOAP (24)
Testing (54)
Web (15)
XML (322)
Collections:
Other Resources:
Tools to Generate and Manage JAR Files
What tools can I use to generate and manage JAR files?
✍: FYIcenter.com
There are a number tools you can use to generate and manage JAR files:
1. JDK "jar" Tool - The "jar" tool from the JDK package is probably the best tool to generate and manage JAR files. It offers many features like creating a new JAR file, updating a JAR file, adding manifest file to a JAR file, adding index to a JAR file, etc.
For more details, see FAQ for JDK JAR (Java ARchive) Tool.
2. JDK "arsigner" Tool - The "arsigner" too from the JDK package is probably the best tool to sign a JAR file (generate signature information about a JAR file and store it back into the JAR file). It can also be used to verify a signed JAR file.
3. ZIP Tools - ZIP tools like WinZIP and WinRAR can also be used to create and manage JAR files. But they can not be used to manage META-INF files.
4. Java JAR API - JDK provides JAR API that allows you to write your own Java programs to create and manage JAR files. Java JAR API can be identified by the package name of java.util.jar.*.
2016-04-12, ∼2728🔥, 0💬
Popular Posts:
layout.jar is a component in iText Java library to provide layout functionalities. iText Java librar...
Apache Ant Source Code Files are inside the Apache Ant source package file like apache-ant-1.10.10-s...
maven-core-3.5.4.jar is the JAR file for Apache Maven 3.5.4 Core module. Apache Maven is a software ...
What Is HttpComponents httpcore-4.2.2.jar? HttpComponents httpcore-4.2.2.jar is the JAR file for Apa...
What Is log4j-1.2.15.jar? I got the JAR file from apache-log4j-1.2.15.zip. log4j-1.2.15.jar is the v...