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 appops-br-log-service-impl-1.0-RC-5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.appops.log.service.impl
├─ org.appops.log.service.impl.HelloServiceImpl.class - [JAR]
├─ org.appops.log.service.impl.LogServiceManagerImpl.class - [JAR]
org.appops.log.service.impl.formatter
├─ org.appops.log.service.impl.formatter.JavaUtilLogFormatter.class - [JAR]
org.appops.log.service.impl.app
├─ org.appops.log.service.impl.app.LogServiceEntryPoint.class - [JAR]
├─ org.appops.log.service.impl.app.LogServiceInitializer.class - [JAR]
org.appops.log.service.impl.injection
├─ org.appops.log.service.impl.injection.LogServiceModule.class - [JAR]