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 template-machine-1.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
templating.util
├─ templating.util.FileReadUtils.class - [JAR]
├─ templating.util.GenerationInfo.class - [JAR]
├─ templating.util.Rfc1342Directive.class - [JAR]
├─ templating.util.UnicodeInputStream.class - [JAR]
templating
├─ templating.Context.class - [JAR]
├─ templating.Generator.class - [JAR]
├─ templating.TemplateMachine.class - [JAR]
├─ templating.TemplatingException.class - [JAR]