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:
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, ∼3024🔥, 0💬
Popular Posts:
JDK 17 jdk.compiler.jmod is the JMOD file for JDK 17 Compiler tool, which can be invoked by the "jav...
What is the dom\ElementPrinter.java provided in the Apache Xerces package? I have Apache Xerces 2.11...
ANTLR is a powerful parser generator for multiple programming languages including Java. ANTLR contai...
How to download and install javamail-1_2.zip? The JavaMail API is a set of abstract APIs that model ...
JDK 11 jdk.localedata.jmod is the JMOD file for JDK 11 Localedata module. JDK 11 Locale Data module ...