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 jsondoc-sample-spark-1.0.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.jsondoc.sample.spark.jsondoc
├─ org.jsondoc.sample.spark.jsondoc.JSONDocController.class - [JAR]
org.jsondoc.sample.spark.controller
├─ org.jsondoc.sample.spark.controller.CityController.class - [JAR]
├─ org.jsondoc.sample.spark.controller.HomeController.class - [JAR]
org.jsondoc.sample.spark
├─ org.jsondoc.sample.spark.SparkRouter.class - [JAR]
org.jsondoc.sample.spark.pojo
├─ org.jsondoc.sample.spark.pojo.City.class - [JAR]