Working on .jar files

Dec 16, 2013
1 min read
May 31, 2023 18:13 EEST

Extract content of a .jar file

jar x /path/to/jar/file

Working on .class files

To list the content of a .class file:

javap classname

Give here the class name not the file name.