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-netbeans-modules-groovy-samples-RELEASE180.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.netbeans.modules.groovy.samples.nbprojectgen
├─ org.netbeans.modules.groovy.samples.nbprojectgen.NBProjectGeneratorsPanelVisual.class - [JAR]
├─ org.netbeans.modules.groovy.samples.nbprojectgen.NBProjectGeneratorsWizardIterator.class - [JAR]
├─ org.netbeans.modules.groovy.samples.nbprojectgen.NBProjectGeneratorsWizardPanel.class - [JAR]
org.netbeans.modules.groovy.samples.gjdemo
├─ org.netbeans.modules.groovy.samples.gjdemo.GroovyJavaDemoPanelVisual.class - [JAR]
├─ org.netbeans.modules.groovy.samples.gjdemo.GroovyJavaDemoWizardIterator.class - [JAR]
├─ org.netbeans.modules.groovy.samples.gjdemo.GroovyJavaDemoWizardPanel.class - [JAR]