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 org.kevoree.kcl.microkernel-24.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.kevoree.microkernel
├─ org.kevoree.microkernel.BootInfo.class - [JAR]
├─ org.kevoree.microkernel.BootInfoLine.class - [JAR]
├─ org.kevoree.microkernel.KevoreeKernel.class - [JAR]
org.kevoree.microkernel.impl
├─ org.kevoree.microkernel.impl.BootInfoBuilder.class - [JAR]
├─ org.kevoree.microkernel.impl.BootInfoImpl.class - [JAR]
├─ org.kevoree.microkernel.impl.BootInfoLineImpl.class - [JAR]
├─ org.kevoree.microkernel.impl.KevoreeMicroKernelImpl.class - [JAR]