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, 2560🔥, 0💬
Popular Posts:
kernel.jar is a component in iText Java library to provide low-level functionalities. iText Java lib...
The Web Services Description Language for Java Toolkit (WSDL4J), Release 1.6.2, allows the creation,...
How to read XML document from socket connections with the socket\DelayedInput.java provided in the A...
XStream is a simple library to serialize objects to XML and back again. JAR File Size and Download L...
JDK 11 java.security.jgss.jmod is the JMOD file for JDK 11 Security JGSS (Java Generic Security Serv...