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 jproperties-1.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
xyz.maow.jproperties.util
├─ xyz.maow.jproperties.util.CommentPrefix.class - [JAR]
├─ xyz.maow.jproperties.util.Delimiter.class - [JAR]
├─ xyz.maow.jproperties.util.PropertiesBuilder.class - [JAR]
├─ xyz.maow.jproperties.util.TextUtils.class - [JAR]
xyz.maow.jproperties
├─ xyz.maow.jproperties.Converter.class - [JAR]
├─ xyz.maow.jproperties.Converters.class - [JAR]
├─ xyz.maow.jproperties.JProperties.class - [JAR]
├─ xyz.maow.jproperties.JPropertiesException.class - [JAR]