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 calcite-avatica-server-1.6.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.calcite.avatica.jdbc
├─ org.apache.calcite.avatica.jdbc.JdbcMeta.class - [JAR]
├─ org.apache.calcite.avatica.jdbc.JdbcResultSet.class - [JAR]
├─ org.apache.calcite.avatica.jdbc.StatementInfo.class - [JAR]
org.apache.calcite.avatica.server
├─ org.apache.calcite.avatica.server.AvaticaHandler.class - [JAR]
├─ org.apache.calcite.avatica.server.AvaticaJsonHandler.class - [JAR]
├─ org.apache.calcite.avatica.server.AvaticaProtobufHandler.class - [JAR]
├─ org.apache.calcite.avatica.server.DelegatingAvaticaHandler.class - [JAR]
├─ org.apache.calcite.avatica.server.HandlerFactory.class - [JAR]
├─ org.apache.calcite.avatica.server.HttpServer.class - [JAR]
├─ org.apache.calcite.avatica.server.Main.class - [JAR]
├─ org.apache.calcite.avatica.server.package-info.class - [JAR]