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 felix-plugin-1.3.6-BETA.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.harshild.gradle.plugins.felix.tasks
├─ com.harshild.gradle.plugins.felix.tasks.BaseTask.class - [JAR]
├─ com.harshild.gradle.plugins.felix.tasks.BuildBundlesTask.class - [JAR]
├─ com.harshild.gradle.plugins.felix.tasks.RunFelixTask.class - [JAR]
com.harshild.gradle.plugins.felix.util
├─ com.harshild.gradle.plugins.felix.util.BndWrapper.class - [JAR]
├─ com.harshild.gradle.plugins.felix.util.BundleUtils.class - [JAR]
├─ com.harshild.gradle.plugins.felix.util.JarRunner.class - [JAR]
com.harshild.gradle.plugins.felix
├─ com.harshild.gradle.plugins.felix.FelixPlugin.class - [JAR]
├─ com.harshild.gradle.plugins.felix.FelixPluginExtension.class - [JAR]