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, ∼3245🔥, 0💬
Popular Posts:
Where to find answers to frequently asked questions on Downloading and Installing ojdbc.jar - JDBC D...
How to download and install JDK (Java Development Kit) 8? If you want to write Java applications, yo...
commons-io-1.4.jar is the JAR file for Commons IO 1.4, which is a library of utilities to assist wit...
A stream buffer is a stream-based representation of an XML infoset in Java. Stream buffers are desig...
JDK 11 jdk.charsets.jmod is the JMOD file for JDK 11 Charsets module. JDK 11 Charsets module compile...