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 ratpack-kotlin-test-1.10.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
ratpack.kotlin.test.embed.internal
├─ ratpack.kotlin.test.embed.internal.KEmbeddedAppSupport.class - [JAR]
ratpack.kotlin.test
├─ ratpack.kotlin.test.KApplicationUnderTest.class - [JAR]
├─ ratpack.kotlin.test.KApplicationUnderTestKt.class - [JAR]
├─ ratpack.kotlin.test.KCloseableApplicationUnderTest.class - [JAR]
├─ ratpack.kotlin.test.KMainClassApplicationUnderTest.class - [JAR]
ratpack.kotlin.test.embed
├─ ratpack.kotlin.test.embed.KEmbeddedApp.class - [JAR]
├─ ratpack.kotlin.test.embed.KEmbeddedAppKt.class - [JAR]