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 restx-samplest-kotlin-1.0.0-rc2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
samplest.hello
├─ samplest.hello.HelloResource.class - [JAR]
├─ samplest.hello.HelloResourceFactoryMachine.class - [JAR]
├─ samplest.hello.HelloResourceRouter.class - [JAR]
├─ samplest.hello.HelloResourceRouterFactoryMachine.class - [JAR]
samplest
├─ samplest.AppModule.class - [JAR]
├─ samplest.AppModuleFactoryMachine.class - [JAR]
├─ samplest.AppServerKt.class - [JAR]