Search
Calendar
July 2025
S M T W T F S
« Jun    
 12345
6789101112
13141516171819
20212223242526
2728293031  
Archives

PostHeaderIcon List the content of a jar

Case: you have a jar foo.jar, and you need list the names of the files in it.

Solution: use the following command:
jar -tf foo.jar

Leave a Reply