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 r2-sample-27.7.18.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.linkedin.r2.sample
├─ com.linkedin.r2.sample.Bootstrap.class - [JAR]
com.linkedin.r2.sample.echo
├─ com.linkedin.r2.sample.echo.EchoService.class - [JAR]
├─ com.linkedin.r2.sample.echo.EchoServiceImpl.class - [JAR]
├─ com.linkedin.r2.sample.echo.OnExceptionEchoService.class - [JAR]
├─ com.linkedin.r2.sample.echo.ThrowingEchoService.class - [JAR]
com.linkedin.r2.sample.echo.rest
├─ com.linkedin.r2.sample.echo.rest.RestEchoClient.class - [JAR]
├─ com.linkedin.r2.sample.echo.rest.RestEchoServer.class - [JAR]
com.linkedin.r2.streaming.sample
├─ com.linkedin.r2.streaming.sample.LoggingFilter.class - [JAR]
├─ com.linkedin.r2.streaming.sample.UriRewriteProxy.class - [JAR]