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 azure-mgmt-samples-0.8.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.microsoft.azure.samples.authentication
├─ com.microsoft.azure.samples.authentication.ServicePrincipalExample.class - [JAR]
com.microsoft.azure.samples.storage
├─ com.microsoft.azure.samples.storage.StorageAccountExample.class - [JAR]
com.microsoft.azure.samples.compute
├─ com.microsoft.azure.samples.compute.CreateAvailabilitySetExample.class - [JAR]
├─ com.microsoft.azure.samples.compute.CreateVMExample.class - [JAR]
├─ com.microsoft.azure.samples.compute.CreateVirtualNetworkExample.class - [JAR]
├─ com.microsoft.azure.samples.compute.UpdateVMDomainExample.class - [JAR]
com.microsoft.azure.samples.templatedeployments
├─ com.microsoft.azure.samples.templatedeployments.CreateTemplateDeploymentExample.class - [JAR]
├─ com.microsoft.azure.samples.templatedeployments.ListTemplateDeploymentExample.class - [JAR]
com.microsoft.azure.samples
├─ com.microsoft.azure.samples.ConfigurationHelper.class - [JAR]