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-openide-modules-RELEASE180.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.netbeans.modules.openide.modules
├─ org.netbeans.modules.openide.modules.PatchedPublicProcessor.class - [JAR]
org.openide.modules
├─ org.openide.modules.ConstructorDelegate.class - [JAR]
├─ org.openide.modules.Dependency.class - [JAR]
├─ org.openide.modules.InstalledFileLocator.class - [JAR]
├─ org.openide.modules.ModuleInfo.class - [JAR]
├─ org.openide.modules.ModuleInstall.class - [JAR]
├─ org.openide.modules.Modules.class - [JAR]
├─ org.openide.modules.OnStart.class - [JAR]
├─ org.openide.modules.OnStop.class - [JAR]
├─ org.openide.modules.PatchFor.class - [JAR]
├─ org.openide.modules.PatchedPublic.class - [JAR]
├─ org.openide.modules.Places.class - [JAR]
├─ org.openide.modules.SpecificationVersion.class - [JAR]