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 carrot-osgi-scr-conf-1.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.carrotgarden.osgi.conf.impl
├─ com.carrotgarden.osgi.conf.impl.ConfigAdminBase.class - [JAR]
├─ com.carrotgarden.osgi.conf.impl.ConfigAdminServiceProvider.class - [JAR]
com.carrotgarden.osgi.conf.api
├─ com.carrotgarden.osgi.conf.api.ConfigAdminService.class - [JAR]
com.carrotgarden.osgi.conf.test
├─ com.carrotgarden.osgi.conf.test.TestCompMultiple.class - [JAR]
├─ com.carrotgarden.osgi.conf.test.TestCompSingle1.class - [JAR]
├─ com.carrotgarden.osgi.conf.test.TestCompSingle2.class - [JAR]
├─ com.carrotgarden.osgi.conf.test.TestService.class - [JAR]
├─ com.carrotgarden.osgi.conf.test.TestSwitcher.class - [JAR]