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 bionetdb-app-0.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.opencb.bionetdb.app
├─ org.opencb.bionetdb.app.BioNetDBMain.class - [JAR]
org.opencb.bionetdb.app.cli
├─ org.opencb.bionetdb.app.cli.AnnotateCommandExecutor.class - [JAR]
├─ org.opencb.bionetdb.app.cli.BuildCommandExecutor.class - [JAR]
├─ org.opencb.bionetdb.app.cli.CliOptionsParser.class - [JAR]
├─ org.opencb.bionetdb.app.cli.CommandExecutor.class - [JAR]
├─ org.opencb.bionetdb.app.cli.ExpressionCommandExecutor.class - [JAR]
├─ org.opencb.bionetdb.app.cli.LoadCommandExecutor.class - [JAR]
├─ org.opencb.bionetdb.app.cli.QueryCommandExecutor.class - [JAR]