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 easyxml-jaxb-example-0.0.8.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
generated.easyxml.example.domain
├─ generated.easyxml.example.domain.Note.class - [JAR]
├─ generated.easyxml.example.domain.Notes.class - [JAR]
├─ generated.easyxml.example.domain.ObjectFactory.class - [JAR]
com.giffing.easyxml.jaxb.example.domain
├─ com.giffing.easyxml.jaxb.example.domain.JaxbNote.class - [JAR]
├─ com.giffing.easyxml.jaxb.example.domain.JaxbSpecialNote.class - [JAR]
├─ com.giffing.easyxml.jaxb.example.domain.ParseNote.class - [JAR]