| Author |
diff between -cvf and cf
|
swathi valasala
Greenhorn
Joined: Feb 24, 2008
Posts: 4
|
|
jar cvf example.war . jar -cvf example.war . whats the difference between them please send reply im using windows when i used the jar -cvf example.war. is it correct [ February 29, 2008: Message edited by: Bear Bibeault ]
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56185
|
|
A few things. First, please do not post in all uppercase -- read this for more information. Also, please take the time to choose the correct forum for your posts. This forum is for questions on Servlets. This post has been moved to a more appropriate forum.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19216
|
|
|
The v stands for verbose, which means it's exactly the same except cvf prints a lot more information to your console.
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
|
|
The v is for verbose. If you type just jar at the command line, you should see a help screen with a list of the switches and what they do:
|
Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
|
 |
 |
|
|
subject: diff between -cvf and cf
|
|
|