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 compile-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
me.tatarka.socket.compile.util
├─ me.tatarka.socket.compile.util.FileUtils.class - [JAR]
├─ me.tatarka.socket.compile.util.FormatUtils.class - [JAR]
├─ me.tatarka.socket.compile.util.Objects.class - [JAR]
me.tatarka.socket.compile
├─ me.tatarka.socket.compile.Include.class - [JAR]
├─ me.tatarka.socket.compile.Layouts.class - [JAR]
├─ me.tatarka.socket.compile.Ref.class - [JAR]
├─ me.tatarka.socket.compile.SocketCompiler.class - [JAR]
├─ me.tatarka.socket.compile.SocketGenerator.class - [JAR]
├─ me.tatarka.socket.compile.SocketViewParser.class - [JAR]
├─ me.tatarka.socket.compile.View.class - [JAR]
├─ me.tatarka.socket.compile.WriterCodeWriter.class - [JAR]