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 potato-orm-1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cn.potato.helper
├─ cn.potato.helper.BeanHelper.class - [JAR]
├─ cn.potato.helper.ConvertHelper.class - [JAR]
├─ cn.potato.helper.Helper.class - [JAR]
cn.potato.data
├─ cn.potato.data.ActiveRecord.class - [JAR]
├─ cn.potato.data.Dao.class - [JAR]
├─ cn.potato.data.Query.class - [JAR]
├─ cn.potato.data.SQLType.class - [JAR]
├─ cn.potato.data.SimpleDataSource.class - [JAR]
cn.potato.orm
├─ cn.potato.orm.Model.class - [JAR]
cn.potato.config
├─ cn.potato.config.Configuration.class - [JAR]