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 arrow-optics-test-jvm-1.1.3-alpha.22.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
arrow.optics.test.laws
├─ arrow.optics.test.laws.IsoLaws.class - [JAR]
├─ arrow.optics.test.laws.LensLaws.class - [JAR]
├─ arrow.optics.test.laws.OptionalLaws.class - [JAR]
├─ arrow.optics.test.laws.PrismLaws.class - [JAR]
├─ arrow.optics.test.laws.SetterLaws.class - [JAR]
├─ arrow.optics.test.laws.TraversalLaws.class - [JAR]