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 JObjectXml-1.1.4-RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.atjava.jox.test
├─ com.atjava.jox.test.Test.class - [JAR]
├─ com.atjava.jox.test.TestBean.class - [JAR]
├─ com.atjava.jox.test.TestGen.class - [JAR]
├─ com.atjava.jox.test.TestSuperBean.class - [JAR]
com.atjava.jox.annotation
├─ com.atjava.jox.annotation.ClassProps.class - [JAR]
├─ com.atjava.jox.annotation.FieldProps.class - [JAR]
com.atjava.jox.util
├─ com.atjava.jox.util.XmlStringUtil.class - [JAR]
com.atjava.jox.convert
├─ com.atjava.jox.convert.Converter.class - [JAR]
├─ com.atjava.jox.convert.XmlDefaultConverter.class - [JAR]
com.atjava.jox.io
├─ com.atjava.jox.io.JOXReader.class - [JAR]
├─ com.atjava.jox.io.JOXWriter.class - [JAR]
com.atjava.jox
├─ com.atjava.jox.JOXManager.class - [JAR]