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 grace-test-suite-base-2020.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.grails.support
├─ org.grails.support.MockApplicationContext.class - [JAR]
org.grails.commons.test
├─ org.grails.commons.test.AbstractGrailsMockTests.class - [JAR]
grails.util
├─ grails.util.MockHttpServletResponse.class - [JAR]
├─ grails.util.MockRequestDataValueProcessor.class - [JAR]
org.grails.web.servlet.mvc
├─ org.grails.web.servlet.mvc.HibernateProxy.class - [JAR]
├─ org.grails.web.servlet.mvc.LazyInitializer.class - [JAR]
├─ org.grails.web.servlet.mvc.MockHibernateProxyHandler.class - [JAR]