Pete Freitag Pete Freitag

Howto List Contents of a Jar File


Ever wanted a list of files inside a jar file. It's pretty simple to do using the jar command:

jar -tf somefile.jar

You could also use this technique to list the contents of a zip file, since jar files are actually zip files.


Like this? Follow me ↯

Howto List Contents of a Jar File was first published on November 19, 2008.

Post a Comment