Pastebin launched a little side project called HostCabi.net, check it out ;-)Don't like ads? PRO users don't see any ads ;-)
Guest

commandline vebose

By: ace on Sep 29th, 2010  |  syntax: None  |  size: 0.50 KB  |  hits: 15  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. ^Cjason@d600:~/eclipseworkspace$ jar -tv HelloSpace.jar tvf
  2. ^Cjason@d600:~/eclipseworkspace$ jar -tv HelloWorld.jar tvf
  3. ^Cjason@d600:~/eclipseworkspace$ jar -tvf Helloworld.jar
  4. java.util.zip.ZipException: error in opening zip file
  5.         at java.util.zip.ZipFile.open(Native Method)
  6.         at java.util.zip.ZipFile.<init>(ZipFile.java:131)
  7.         at java.util.zip.ZipFile.<init>(ZipFile.java:92)
  8.         at sun.tools.jar.Main.list(Main.java:997)
  9.         at sun.tools.jar.Main.run(Main.java:242)
  10.         at sun.tools.jar.Main.main(Main.java:1167)