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 pax-cdi-sample1-1.1.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.ops4j.pax.cdi.sample1.impl
├─ org.ops4j.pax.cdi.sample1.impl.CappuccinoService.class - [JAR]
├─ org.ops4j.pax.cdi.sample1.impl.ChocolateService.class - [JAR]
├─ org.ops4j.pax.cdi.sample1.impl.HazelnutService.class - [JAR]
├─ org.ops4j.pax.cdi.sample1.impl.VanillaService.class - [JAR]
org.ops4j.pax.cdi.sample1
├─ org.ops4j.pax.cdi.sample1.BundleEventCollector.class - [JAR]
├─ org.ops4j.pax.cdi.sample1.BundleEventObserver.class - [JAR]
├─ org.ops4j.pax.cdi.sample1.Chocolate.class - [JAR]
├─ org.ops4j.pax.cdi.sample1.IceCreamService.class - [JAR]
├─ org.ops4j.pax.cdi.sample1.Vanilla.class - [JAR]