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 localisation-1.0.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.beastwall.localisation
├─ com.beastwall.localisation.Localisation.class - [JAR]
com.beastwall.localisation.service
├─ com.beastwall.localisation.service.Endpoint.class - [JAR]
com.beastwall.localisation.model
├─ com.beastwall.localisation.model.City.class - [JAR]
├─ com.beastwall.localisation.model.Country.class - [JAR]
├─ com.beastwall.localisation.model.State.class - [JAR]
com.beastwall.localisation.model.complex_fields
├─ com.beastwall.localisation.model.complex_fields.Form.class - [JAR]
├─ com.beastwall.localisation.model.complex_fields.TimeZone.class - [JAR]
├─ com.beastwall.localisation.model.complex_fields.Translations.class - [JAR]