View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window monkeys_2.10-2.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.commons.vfs2.provider.jar
├─ org.apache.commons.vfs2.provider.jar.JarFileObject.class - [JAR]
org.apache.commons.vfs2.provider.zip
├─ org.apache.commons.vfs2.provider.zip.ZipFileObject.class - [JAR]
org.apache.commons.vfs2.provider
├─ org.apache.commons.vfs2.provider.AbstractFileName.class - [JAR]
org.apache.commons.vfs2.provider.local
├─ org.apache.commons.vfs2.provider.local.LocalFileName.class - [JAR]
scala.reflect.io
├─ scala.reflect.io.FileZipArchive.class - [JAR]
├─ scala.reflect.io.URLZipArchive.class - [JAR]
├─ scala.reflect.io.ZipArchive.class - [JAR]