|
|
|
|
|
by argonium
4071 days ago
|
|
JarMan, for working with Java archives (JAR files). You can check the manifest, see if the JARs listed in the manifest's classpath exist, browse the methods, interfaces, etc. of a class file in the JAR, etc. I've found it handy. https://github.com/argonium/jarman |
|