Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (101)
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 (309)
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, 2459🔥, 0💬
Popular Posts:
Commons Pool provides an Object-pooling API, with three major aspects: 1. A generic object pool inte...
JDK 11 java.management.jmod is the JMOD file for JDK 11 Management module. JDK 11 Management module ...
JDK 11 jdk.xml.dom.jmod is the JMOD file for JDK 11 XML DOM module. JDK 11 XML DOM module compiled c...
Java Cryptography Extension 1.2.2 JAR File Size and Download Location: File name: jce.jar, jce-1.2.2...
Apache Log4j API provides the interface that applications should code to and provides the adapter co...