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 eel-cli_2.10-0.43.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.eels.cli
├─ io.eels.cli.AnalyzeMain.class - [JAR]
├─ io.eels.cli.ApplySpecMain.class - [JAR]
├─ io.eels.cli.FetchSpecMain.class - [JAR]
├─ io.eels.cli.Main.class - [JAR]
├─ io.eels.cli.Options.class - [JAR]
├─ io.eels.cli.ShowSchemaMain.class - [JAR]
├─ io.eels.cli.StreamMain.class - [JAR]