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 dbvc-1.2.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.hb0730.dbvc.core
├─ com.hb0730.dbvc.core.RunSqlFile.class - [JAR]
├─ com.hb0730.dbvc.core.SqlFileUtils.class - [JAR]
com.hb0730.dbvc.properties
├─ com.hb0730.dbvc.properties.DbvcProperties.class - [JAR]
├─ com.hb0730.dbvc.properties.FileInputStreamProperties.class - [JAR]
com.hb0730.dbvc.exception
├─ com.hb0730.dbvc.exception.DbvcException.class - [JAR]