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 jitr-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.jitr
├─ org.jitr.Jitr.class - [JAR]
├─ org.jitr.JitrConfigurationFactory.class - [JAR]
├─ org.jitr.JitrUtils.class - [JAR]
org.jitr.core
├─ org.jitr.core.ConfigurationModel.class - [JAR]
├─ org.jitr.core.Container.class - [JAR]
├─ org.jitr.core.ContainerOperationException.class - [JAR]
├─ org.jitr.core.Defaults.class - [JAR]
├─ org.jitr.core.JitrException.class - [JAR]
├─ org.jitr.core.OperationalMode.class - [JAR]
org.jitr.container
├─ org.jitr.container.JettyContainer.class - [JAR]
├─ org.jitr.container.TomcatContainer.class - [JAR]
org.jitr.annotation
├─ org.jitr.annotation.BaseUri.class - [JAR]
├─ org.jitr.annotation.JitrConfiguration.class - [JAR]
├─ org.jitr.annotation.Port.class - [JAR]