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 opendc-compute-api-2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.opendc.compute.api
├─ org.opendc.compute.api.ComputeClient.class - [JAR]
├─ org.opendc.compute.api.Flavor.class - [JAR]
├─ org.opendc.compute.api.Image.class - [JAR]
├─ org.opendc.compute.api.InsufficientServerCapacityException.class - [JAR]
├─ org.opendc.compute.api.Resource.class - [JAR]
├─ org.opendc.compute.api.Server.class - [JAR]
├─ org.opendc.compute.api.ServerState.class - [JAR]
├─ org.opendc.compute.api.ServerWatcher.class - [JAR]