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 Kommand-jvm-0.1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.floater.io
├─ com.floater.io.PlatformReader.class - [JAR]
├─ com.floater.io.PlatformWriter.class - [JAR]
├─ com.floater.io.Reader.class - [JAR]
├─ com.floater.io.Writer.class - [JAR]
com.floater.process
├─ com.floater.process.Child.class - [JAR]
├─ com.floater.process.ChildExitStatus.class - [JAR]
├─ com.floater.process.ChildOptions.class - [JAR]
├─ com.floater.process.Command.class - [JAR]
├─ com.floater.process.Stdio.class - [JAR]