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 population-records-1.0.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
uk.ac.standrews.cs.population_records.record_types
├─ uk.ac.standrews.cs.population_records.record_types.Birth.class - [JAR]
├─ uk.ac.standrews.cs.population_records.record_types.Death.class - [JAR]
├─ uk.ac.standrews.cs.population_records.record_types.Marriage.class - [JAR]
├─ uk.ac.standrews.cs.population_records.record_types.Utilities.class - [JAR]
uk.ac.standrews.cs.population_records
├─ uk.ac.standrews.cs.population_records.Normalisation.class - [JAR]
├─ uk.ac.standrews.cs.population_records.PopulationDataSet.class - [JAR]
├─ uk.ac.standrews.cs.population_records.RecordRepository.class - [JAR]