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 brief-orms-sample-3.6.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
brief
├─ brief.BriefInitializer.class - [JAR]
plus.entity
├─ plus.entity.PlusAccount.class - [JAR]
flex.mapper
├─ flex.mapper.FlexAccountMapper.class - [JAR]
flex
├─ flex.FlexInitializer.class - [JAR]
plus.mapper
├─ plus.mapper.PlusAccountMapper.class - [JAR]
brief.entity
├─ brief.entity.BriefAccount.class - [JAR]
flex.entity
├─ flex.entity.FlexAccount.class - [JAR]
commons
├─ commons.DataSourceFactory.class - [JAR]
plus
├─ plus.PlusInitializer.class - [JAR]
flex.entity.table
├─ flex.entity.table.Tables.class - [JAR]