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 util-1.0.8.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
br.com.jhonsapp.test
├─ br.com.jhonsapp.test.Teste.class - [JAR]
br.com.jhonsapp.util
├─ br.com.jhonsapp.util.UtilApplication.class - [JAR]
br.com.jhonsapp.util.cep
├─ br.com.jhonsapp.util.cep.CepUtil.class - [JAR]
br.com.jhonsapp.itext
├─ br.com.jhonsapp.itext.ExtractStreams.class - [JAR]
br.com.jhonsapp.util.unique.identifier
├─ br.com.jhonsapp.util.unique.identifier.UniqueIdentifierGenerator.class - [JAR]
br.com.jhonsapp.util.date
├─ br.com.jhonsapp.util.date.DateGenerator.class - [JAR]