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 xgen-1.2.13.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.att.xgen
├─ com.att.xgen.Back.class - [JAR]
├─ com.att.xgen.Cache.class - [JAR]
├─ com.att.xgen.CacheGen.class - [JAR]
├─ com.att.xgen.Code.class - [JAR]
├─ com.att.xgen.DynamicCode.class - [JAR]
├─ com.att.xgen.Mark.class - [JAR]
├─ com.att.xgen.Section.class - [JAR]
├─ com.att.xgen.XGen.class - [JAR]
├─ com.att.xgen.XGenBuff.class - [JAR]
com.att.xgen.html
├─ com.att.xgen.html.HTML4Gen.class - [JAR]
├─ com.att.xgen.html.HTML5Gen.class - [JAR]
├─ com.att.xgen.html.HTMLCacheGen.class - [JAR]
├─ com.att.xgen.html.HTMLGen.class - [JAR]
├─ com.att.xgen.html.Imports.class - [JAR]
├─ com.att.xgen.html.JSGen.class - [JAR]
├─ com.att.xgen.html.State.class - [JAR]
├─ com.att.xgen.html.Thematic.class - [JAR]
com.att.xgen.xml
├─ com.att.xgen.xml.XMLCacheGen.class - [JAR]
├─ com.att.xgen.xml.XMLGen.class - [JAR]