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 eva-events-db-schema-0.3.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.razz.eva.events.db.tables
├─ com.razz.eva.events.db.tables.ModelEvents.class - [JAR]
├─ com.razz.eva.events.db.tables.UowEvents.class - [JAR]
├─ com.razz.eva.events.db.tables.UowEventsTemplate.class - [JAR]
com.razz.eva.events.db.tables.records
├─ com.razz.eva.events.db.tables.records.ModelEventsRecord.class - [JAR]
├─ com.razz.eva.events.db.tables.records.UowEventsRecord.class - [JAR]
├─ com.razz.eva.events.db.tables.records.UowEventsTemplateRecord.class - [JAR]
com.razz.eva.events.db
├─ com.razz.eva.events.db.DefaultCatalog.class - [JAR]
├─ com.razz.eva.events.db.Events.class - [JAR]
├─ com.razz.eva.events.db.Indexes.class - [JAR]
├─ com.razz.eva.events.db.Tables.class - [JAR]