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 cocoon-core-main-sample-2.3.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.cocoon.core.container.reloading
├─ org.apache.cocoon.core.container.reloading.MyGenerator.class - [JAR]
org.apache.cocoon.samples.flow.prefs
├─ org.apache.cocoon.samples.flow.prefs.User.class - [JAR]
├─ org.apache.cocoon.samples.flow.prefs.UserRegistry.class - [JAR]
org.apache.cocoon.core.container.spring.test
├─ org.apache.cocoon.core.container.spring.test.TestBean.class - [JAR]
org.apache.cocoon.samples.errorhandling
├─ org.apache.cocoon.samples.errorhandling.ApplicationException.class - [JAR]
├─ org.apache.cocoon.samples.errorhandling.ExceptionAction.class - [JAR]
├─ org.apache.cocoon.samples.errorhandling.ExceptionGenerator.class - [JAR]
├─ org.apache.cocoon.samples.errorhandling.ValidationException.class - [JAR]