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 gen_code-1.7-RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.javahao.db
├─ com.github.javahao.db.Connection.class - [JAR]
├─ com.github.javahao.db.TableQuery.class - [JAR]
com.github.javahao.gen
├─ com.github.javahao.gen.GenCode.class - [JAR]
com.github.javahao.freemarker
├─ com.github.javahao.freemarker.CollectionContains.class - [JAR]
├─ com.github.javahao.freemarker.UnderlineCapFirst.class - [JAR]
com.github.javahao.parser
├─ com.github.javahao.parser.ConfigParser.class - [JAR]
├─ com.github.javahao.parser.ParserHandler.class - [JAR]
├─ com.github.javahao.parser.XmlParser.class - [JAR]
com.github.javahao.entity
├─ com.github.javahao.entity.Column.class - [JAR]
├─ com.github.javahao.entity.Dialog.class - [JAR]
├─ com.github.javahao.entity.Relation.class - [JAR]
├─ com.github.javahao.entity.RelationEnum.class - [JAR]
├─ com.github.javahao.entity.Table.class - [JAR]
├─ com.github.javahao.entity.Template.class - [JAR]
com.github.javahao
├─ com.github.javahao.Main.class - [JAR]
com.github.javahao.config
├─ com.github.javahao.config.CoreConfig.class - [JAR]
├─ com.github.javahao.config.TableConfig.class - [JAR]
com.github.javahao.util
├─ com.github.javahao.util.AnalysisObject.class - [JAR]
├─ com.github.javahao.util.FreeMarkerUtil.class - [JAR]