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 jcr-mocking-tool-1.3.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
nl.openweb.jcr
├─ nl.openweb.jcr.Importer.class - [JAR]
├─ nl.openweb.jcr.JcrImporterException.class - [JAR]
├─ nl.openweb.jcr.NodeBeanUtils.class - [JAR]
nl.openweb.jcr.domain
├─ nl.openweb.jcr.domain.NodeBean.class - [JAR]
├─ nl.openweb.jcr.domain.PropertyBean.class - [JAR]
├─ nl.openweb.jcr.domain.package-info.class - [JAR]
nl.openweb.jcr.json
├─ nl.openweb.jcr.json.JsonUtils.class - [JAR]
nl.openweb.jcr.utils
├─ nl.openweb.jcr.utils.NodeTypeUtils.class - [JAR]
├─ nl.openweb.jcr.utils.PathUtils.class - [JAR]
├─ nl.openweb.jcr.utils.ReflectionUtils.class - [JAR]
├─ nl.openweb.jcr.utils.RuntimeReflectionException.class - [JAR]