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 crunch-examples-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.crunch.examples
├─ org.apache.crunch.examples.AverageBytesByIP.class - [JAR]
├─ org.apache.crunch.examples.SecondarySortExample.class - [JAR]
├─ org.apache.crunch.examples.SortExample.class - [JAR]
├─ org.apache.crunch.examples.TotalBytesByIP.class - [JAR]
├─ org.apache.crunch.examples.TotalWordCount.class - [JAR]
├─ org.apache.crunch.examples.WordAggregationHBase.class - [JAR]
├─ org.apache.crunch.examples.WordCount.class - [JAR]