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 k2-core-0.1.12.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.k2.core
├─ com.k2.core.Application.class - [JAR]
├─ com.k2.core.DispatcherServletConfiguration.class - [JAR]
├─ com.k2.core.HomeServlet.class - [JAR]
├─ com.k2.core.K2ApplicationContext.class - [JAR]
├─ com.k2.core.K2Environment.class - [JAR]
├─ com.k2.core.K2InstantiationStrategy.class - [JAR]
├─ com.k2.core.K2WebApplicationContext.class - [JAR]
├─ com.k2.core.Module.class - [JAR]
├─ com.k2.core.ModuleContext.class - [JAR]
├─ com.k2.core.ModuleDefinition.class - [JAR]
├─ com.k2.core.Public.class - [JAR]
├─ com.k2.core.Registrator.class - [JAR]
├─ com.k2.core.RegistryFactory.class - [JAR]
├─ com.k2.core.RootDispatcherServletConfiguration.class - [JAR]
├─ com.k2.core.WebConfiguration.class - [JAR]