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 common-collections-operations-1.0.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.neelrs.operations
├─ com.github.neelrs.operations.Collector.class - [JAR]
├─ com.github.neelrs.operations.GenericOperation.class - [JAR]
├─ com.github.neelrs.operations.IntersectionOperation.class - [JAR]
├─ com.github.neelrs.operations.Operations.class - [JAR]
├─ com.github.neelrs.operations.SubsetOperation.class - [JAR]
├─ com.github.neelrs.operations.SubtractOperation.class - [JAR]
├─ com.github.neelrs.operations.UnionOperation.class - [JAR]