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 marmotta-zookeeper-3.4.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.marmotta.platform.zookeeper.logging
├─ org.apache.marmotta.platform.zookeeper.logging.ZookeeperLoggingModule.class - [JAR]
org.apache.marmotta.platform.zookeeper.exception
├─ org.apache.marmotta.platform.zookeeper.exception.ConfigurationException.class - [JAR]
org.apache.marmotta.platform.zookeeper.services
├─ org.apache.marmotta.platform.zookeeper.services.ZookeeperServiceImpl.class - [JAR]
org.apache.marmotta.platform.zookeeper.api
├─ org.apache.marmotta.platform.zookeeper.api.ZookeeperService.class - [JAR]
org.apache.marmotta.platform.zookeeper.event
├─ org.apache.marmotta.platform.zookeeper.event.ZookeeperInitEvent.class - [JAR]
org.apache.marmotta.platform.zookeeper.listeners
├─ org.apache.marmotta.platform.zookeeper.listeners.ConfigurationListener.class - [JAR]