Viewing the Contents of a JAR File
For viewing the contents of a JAR file from command prompt use
jar tf jar-file
eg:-
jar tf TicTacToe.jar
META-INF/MANIFEST.MF
TicTacToe.class
audio/
audio/beep.au
audio/ding.au
audio/return.au
audio/yahoo1.au
audio/yahoo2.au
images/
images/cross.gif
images/not.gif