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 configurator-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.jiangyc.configurator.core
├─ com.jiangyc.configurator.core.Backend.class - [JAR]
├─ com.jiangyc.configurator.core.Configuration.class - [JAR]
├─ com.jiangyc.configurator.core.Configurator.class - [JAR]
├─ com.jiangyc.configurator.core.Configurators.class - [JAR]
├─ com.jiangyc.configurator.core.Mapper.class - [JAR]
com.jiangyc.configurator
├─ com.jiangyc.configurator.TableInfo.class - [JAR]
com.jiangyc.configurator.jdbc.h2
├─ com.jiangyc.configurator.jdbc.h2.H2Backend.class - [JAR]
com.jiangyc.configurator.jdbc.sqlite
├─ com.jiangyc.configurator.jdbc.sqlite.SQLiteBackend.class - [JAR]
com.jiangyc.configurator.jdbc
├─ com.jiangyc.configurator.jdbc.AbstractJdbcBackend.class - [JAR]
├─ com.jiangyc.configurator.jdbc.JdbcBackend.class - [JAR]
com.jiangyc.configurator.util
├─ com.jiangyc.configurator.util.Paths.class - [JAR]
com.jiangyc.configurator.file
├─ com.jiangyc.configurator.file.FileBackend.class - [JAR]