posted 14 years ago
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)