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.apache.karaf.package.command-3.0.10.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.felix.utils.version
├─ org.apache.felix.utils.version.VersionCleaner.class - [JAR]
├─ org.apache.felix.utils.version.VersionRange.class - [JAR]
├─ org.apache.felix.utils.version.VersionTable.class - [JAR]
org.apache.karaf.packages.command
├─ org.apache.karaf.packages.command.Exports.class - [JAR]
├─ org.apache.karaf.packages.command.Imports.class - [JAR]
org.apache.felix.utils.manifest
├─ org.apache.felix.utils.manifest.Attribute.class - [JAR]
├─ org.apache.felix.utils.manifest.Clause.class - [JAR]
├─ org.apache.felix.utils.manifest.Directive.class - [JAR]
├─ org.apache.felix.utils.manifest.Parser.class - [JAR]