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:
Index JAR "jar -i" Command Syntax
What are syntax rules of the "jar -i" command for indexing a JAR file?
✍: FYIcenter.com
The "jar -i" command allows you to add or update index to an existing JAR file. It has the follow syntax:
jar -i jar-file
"jar-file" must be provided to specify the JAR file, to which the index entry META-INF/INDEX.LIST will be added or updated.
Here are some example of valid "jar -i" commands
jar -i my.jar Rebuild the index of all entries in the JAR and store it as META-INF/INDEX.LIST in the JAR
Back to FAQ for JDK JAR (Java ARchive) Tool.
2016-05-15, 2205🔥, 0💬
Popular Posts:
ANTLR is a powerful parser generator for multiple programming languages including Java. ANTLR contai...
What is the jaxp\SourceValidator.jav aprovided in the Apache Xerces package? I have Apache Xerces 2....
Jaxen, Release 1.1.1, is an open source XPath library written in Java. It is adaptable to many diffe...
Apache Axis2 is the core engine for Web services. It is a complete re-design and re-write of the wid...
JDK 17 java.base.jmod is the JMOD file for JDK 17 Base module. JDK 17 Base module compiled class fil...