Viewing contents of a .jar file [closed] October 3, 2022 by Tarik Using the JDK, jar -tf will list the files in the jar. javap will give you more details from a particular class file.