| Author |
error while using jar -tvf file.war
|
thirumala raju
Greenhorn
Joined: Jan 03, 2008
Posts: 9
|
|
hi folks, can anyone please help on this whby i am getting this error while extracting the war file by unsing this command\ sshams:spdwa530:64> jar -tvf BootstrapWAR.war java.io.FileNotFoundException: BootstrapWAR.war (No such file or directory) at java.io.FileInputStream.open(Native Method) at java.io.FileInputStream.<init>(FileInputStream.java:91) at java.io.FileInputStream.<init>(FileInputStream.java:54) at sun.tools.jar.Main.run(Main.java:181) at sun.tools.jar.Main.main(Main.java:899)
|
 |
Jesper de Jong
Java Cowboy
Bartender
Joined: Aug 16, 2005
Posts: 12953
|
|
You get this error because the WAR file you're trying to look at (BootstrapWAR.war) is not in the current directory. On which operating system is this? Note that some operating systems (such as Linux or Unix) are case-sensitive. By the way "tvf" does not extract the war - it only lists the files in the war. To extract it, use "xvf".
|
Java Beginners FAQ - JavaRanch SCJP FAQ - The Java Tutorial - Java SE 7 API documentation
Scala Notes - My blog about Scala
|
 |
 |
|
|
subject: error while using jar -tvf file.war
|
|
|