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 java-fake-factory-1.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.mirreck.domain
├─ com.github.mirreck.domain.Gender.class - [JAR]
com.github.mirreck.fr
├─ com.github.mirreck.fr.FakeFactoryFr.class - [JAR]
com.github.mirreck
├─ com.github.mirreck.BaseFakeFactory.class - [JAR]
├─ com.github.mirreck.FakeFactory.class - [JAR]
├─ com.github.mirreck.FakeFactoryException.class - [JAR]
├─ com.github.mirreck.RandomUtils.class - [JAR]
com.github.mirreck.en
├─ com.github.mirreck.en.FakeFactoryEnUs.class - [JAR]