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 cheesecakes-api-1.0.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.kidsoncoffee.cheesecakes
├─ com.kidsoncoffee.cheesecakes.Example.class - [JAR]
├─ com.kidsoncoffee.cheesecakes.Feature.class - [JAR]
├─ com.kidsoncoffee.cheesecakes.ImmutableConverter.class - [JAR]
├─ com.kidsoncoffee.cheesecakes.ImmutableConvertible.class - [JAR]
├─ com.kidsoncoffee.cheesecakes.ImmutableRegistrableConverter.class - [JAR]
├─ com.kidsoncoffee.cheesecakes.ImmutableSchema.class - [JAR]
├─ com.kidsoncoffee.cheesecakes.Parameter.class - [JAR]
├─ com.kidsoncoffee.cheesecakes.Scenario.class - [JAR]