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 example-json-test-data-generator-1.0.12.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.matthewbretten.objects
├─ com.github.matthewbretten.objects.NewBasket.class - [JAR]
├─ com.github.matthewbretten.objects.NewCustomer.class - [JAR]
├─ com.github.matthewbretten.objects.NewListOfItems.class - [JAR]
com.github.matthewbretten.data
├─ com.github.matthewbretten.data.Customers.class - [JAR]
├─ com.github.matthewbretten.data.DateTime.class - [JAR]
├─ com.github.matthewbretten.data.Items.class - [JAR]
├─ com.github.matthewbretten.data.Number.class - [JAR]