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 scalatra_2.7.7-1.2.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.scalatra
├─ org.scalatra.RichRequest.class - [JAR]
├─ org.scalatra.RichSession.class - [JAR]
├─ org.scalatra.ScalatraExample.class - [JAR]
├─ org.scalatra.ScalatraFilter.class - [JAR]
├─ org.scalatra.ScalatraHttpTester.class - [JAR]
├─ org.scalatra.ScalatraKernel.class - [JAR]
├─ org.scalatra.ScalatraServlet.class - [JAR]
├─ org.scalatra.ScalatraSuite.class - [JAR]
├─ org.scalatra.ScalatraTests.class - [JAR]
├─ org.scalatra.UrlSupport.class - [JAR]