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 jdbcleakdetector-1.0.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.example
├─ org.example.Main.class - [JAR]
net.wushilin.jdbc.debug
├─ net.wushilin.jdbc.debug.DebuggingDataSource.class - [JAR]
├─ net.wushilin.jdbc.debug.SimpleDataSource.class - [JAR]
├─ net.wushilin.jdbc.debug.WrappingCallableStatement.class - [JAR]
├─ net.wushilin.jdbc.debug.WrappingConnection.class - [JAR]
├─ net.wushilin.jdbc.debug.WrappingPreparedStatement.class - [JAR]
├─ net.wushilin.jdbc.debug.WrappingResultSet.class - [JAR]
├─ net.wushilin.jdbc.debug.WrappingStatement.class - [JAR]