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, 2054🔥, 0💬
Popular Posts:
What Is XMLBeans xbean.jar 2.6.0? XMLBeans xbean.jar 2.6.0 is the JAR file for Apache XMLBeans 2.6.0...
JDK 11 jdk.crypto.mscapi.jmod is the JMOD file for JDK 11 Crypto MSCAPI module. JDK 11 Crypto MSCAPI...
JDK 11 jdk.jshell.jmod is the JMOD file for JDK 11 JShell tool, which can be invoked by the "jshell"...
What Is jsse.jar (JDK 6) Java Secure Socket Extension? jsse.jar, Java Secure Socket Extension, is Ja...
JDK 11 jdk.jlink.jmod is the JMOD file for JDK 11 JLink tool, which can be invoked by the "jlink" co...