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 showlicense-0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.thinkfree.showlicense.android
├─ com.thinkfree.showlicense.android.LicenseListActivity.class - [JAR]
├─ com.thinkfree.showlicense.android.LicenseListAdapter.class - [JAR]
├─ com.thinkfree.showlicense.android.LicenseListItemView.class - [JAR]
├─ com.thinkfree.showlicense.android.LicenseListView.class - [JAR]
├─ com.thinkfree.showlicense.android.ShowLicense.class - [JAR]
com.thinkfree.showlicense
├─ com.thinkfree.showlicense.License.class - [JAR]
├─ com.thinkfree.showlicense.LicensedProject.class - [JAR]