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 osgi-ddthcollection-commons-0.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.ddth.osgicollection.commons.utils
├─ com.github.ddth.osgicollection.commons.utils.OsgiUtils.class - [JAR]
├─ com.github.ddth.osgicollection.commons.utils.SpringUtils.class - [JAR]
├─ com.github.ddth.osgicollection.commons.utils.VersionUtils.class - [JAR]
com.github.ddth.osgicollection.commons.osgi
├─ com.github.ddth.osgicollection.commons.osgi.AbstractActivator.class - [JAR]
├─ com.github.ddth.osgicollection.commons.osgi.AbstractSpringActivator.class - [JAR]
├─ com.github.ddth.osgicollection.commons.osgi.Constants.class - [JAR]
├─ com.github.ddth.osgicollection.commons.osgi.IBundleAware.class - [JAR]