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, 2405🔥, 0💬
Popular Posts:
What Is commons-logging-1.2.jar? commons-logging-1.2.jar is the JAR file for Apache Commons Logging ...
JDK 11 jdk.internal.vm.compiler .jmodis the JMOD file for JDK 11 Internal VM Compiler module. JDK 11...
JRE 8 rt.jar is the JAR file for JRE 8 RT (Runtime) libraries. JRE (Java Runtime) 8 is the runtime e...
JDK 11 java.desktop.jmod is the JMOD file for JDK 11 Desktop module. JDK 11 Desktop module compiled ...
ANTLR is a powerful parser generator for multiple programming languages including Java. ANTLR contai...