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 otj-config-1.4.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.opentable.config
├─ com.opentable.config.AbstractDynamicMBean.class - [JAR]
├─ com.opentable.config.Config.class - [JAR]
├─ com.opentable.config.ConfigDynamicMBean.class - [JAR]
├─ com.opentable.config.ConfigFactory.class - [JAR]
├─ com.opentable.config.ConfigMagicDynamicMBean.class - [JAR]
com.opentable.config.util
├─ com.opentable.config.util.AbstractConfigStrategy.class - [JAR]
├─ com.opentable.config.util.ClasspathConfigStrategy.class - [JAR]
├─ com.opentable.config.util.ConfigAuthCredentials.class - [JAR]
├─ com.opentable.config.util.ConfigStrategy.class - [JAR]
├─ com.opentable.config.util.EmptyConfigStrategy.class - [JAR]
├─ com.opentable.config.util.FileConfigStrategy.class - [JAR]
├─ com.opentable.config.util.ImmutableConfiguration.class - [JAR]