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 android-calendarview-sample-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
net.simonvt.calendarview.samples
├─ net.simonvt.calendarview.samples.BuildConfig.class - [JAR]
├─ net.simonvt.calendarview.samples.CalendarSamples.class - [JAR]
├─ net.simonvt.calendarview.samples.R.class - [JAR]
net.simonvt.calendarview
├─ net.simonvt.calendarview.BuildConfig.class - [JAR]
├─ net.simonvt.calendarview.CalendarView.class - [JAR]
├─ net.simonvt.calendarview.R.class - [JAR]