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 jdownloader-1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.goots.jdownloader.utils
├─ org.goots.jdownloader.utils.ByteUtils.class - [JAR]
├─ org.goots.jdownloader.utils.InternalException.class - [JAR]
├─ org.goots.jdownloader.utils.InternalRuntimeException.class - [JAR]
├─ org.goots.jdownloader.utils.ManifestVersionProvider.class - [JAR]
org.goots.jdownloader
├─ org.goots.jdownloader.JDownloader.class - [JAR]
├─ org.goots.jdownloader.Main.class - [JAR]
├─ org.goots.jdownloader.PartExtractor.class - [JAR]