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 khs-trouble-maker-client-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
khs.trouble.servlet
├─ khs.trouble.servlet.CodeBlock.class - [JAR]
├─ khs.trouble.servlet.TroubleServlet.class - [JAR]
khs.trouble.codeblock
├─ khs.trouble.codeblock.BaseCodeBlock.class - [JAR]
├─ khs.trouble.codeblock.ExceptionBlock.class - [JAR]
├─ khs.trouble.codeblock.KillBlock.class - [JAR]
├─ khs.trouble.codeblock.LoadBlock.class - [JAR]
├─ khs.trouble.codeblock.MemoryBlock.class - [JAR]