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 stalker-0.4.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.vandalsoftware.tools.gradle
├─ com.vandalsoftware.tools.gradle.DefaultStalkerConfiguration.class - [JAR]
├─ com.vandalsoftware.tools.gradle.DetectChanges.class - [JAR]
├─ com.vandalsoftware.tools.gradle.Inspect.class - [JAR]
├─ com.vandalsoftware.tools.gradle.StalkerConfiguration.class - [JAR]
├─ com.vandalsoftware.tools.gradle.StalkerExtension.class - [JAR]
├─ com.vandalsoftware.tools.gradle.StalkerPlugin.class - [JAR]
com.vandalsoftware.tools.classfile
├─ com.vandalsoftware.tools.classfile.ClassCollector.class - [JAR]
├─ com.vandalsoftware.tools.classfile.ClassFileReader.class - [JAR]
├─ com.vandalsoftware.tools.classfile.ClassInfo.class - [JAR]
com.vandalsoftware.tools.util
├─ com.vandalsoftware.tools.util.FileUtils.class - [JAR]