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 xvisitor-itest-0.1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.example.imported
├─ org.example.imported.ImportedData.class - [JAR]
├─ org.example.imported.ImportedType.class - [JAR]
├─ org.example.imported.ObjectFactory.class - [JAR]
├─ org.example.imported.package-info.class - [JAR]
org.example.simple
├─ org.example.simple.ChoiceElement.class - [JAR]
├─ org.example.simple.ComplexObject.class - [JAR]
├─ org.example.simple.HasJAXBElement.class - [JAR]
├─ org.example.simple.MixedRequest.class - [JAR]
├─ org.example.simple.ObjectFactory.class - [JAR]
├─ org.example.simple.Problem.class - [JAR]
├─ org.example.simple.Recursive.class - [JAR]
├─ org.example.simple.TSimpleRequest.class - [JAR]
├─ org.example.simple.TSimpleResponse.class - [JAR]
├─ org.example.simple.package-info.class - [JAR]
org.ops4j.xvisitor.simple.jaxb
├─ org.ops4j.xvisitor.simple.jaxb.BaseVisitor.class - [JAR]
├─ org.ops4j.xvisitor.simple.jaxb.Visitable.class - [JAR]
├─ org.ops4j.xvisitor.simple.jaxb.Visitor.class - [JAR]
├─ org.ops4j.xvisitor.simple.jaxb.VisitorAction.class - [JAR]