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 Application-1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.steenhq.application
├─ com.steenhq.application.Application.class - [JAR]
├─ com.steenhq.application.ApplicationLoader.class - [JAR]
├─ com.steenhq.application.InstanceContainer.class - [JAR]
├─ com.steenhq.application.Module.class - [JAR]
com.steenhq.application.exception
├─ com.steenhq.application.exception.ApplicationException.class - [JAR]
com.steenhq.application.util
├─ com.steenhq.application.util.ReflectionUtil.class - [JAR]
├─ com.steenhq.application.util.Wrapper.class - [JAR]
com.steenhq.application.annotation
├─ com.steenhq.application.annotation.DontRegister.class - [JAR]
├─ com.steenhq.application.annotation.Loader.class - [JAR]
├─ com.steenhq.application.annotation.Priority.class - [JAR]
com.steenhq.application.logger
├─ com.steenhq.application.logger.ApplicationLogger.class - [JAR]
├─ com.steenhq.application.logger.DefaultApplicationLogger.class - [JAR]
com.steenhq.application.module
├─ com.steenhq.application.module.AbstractModule.class - [JAR]
├─ com.steenhq.application.module.ModuleLogger.class - [JAR]
com.steenhq.application.registry
├─ com.steenhq.application.registry.ModuleLoader.class - [JAR]
com.steenhq.application.instance
├─ com.steenhq.application.instance.InstanceKey.class - [JAR]