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 barista-1.1.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.inversoft.chef.client
├─ com.inversoft.chef.client.ChefClient.class - [JAR]
com.inversoft.chef.domain
├─ com.inversoft.chef.domain.ChefType.class - [JAR]
├─ com.inversoft.chef.domain.Client.class - [JAR]
├─ com.inversoft.chef.domain.Clients.class - [JAR]
├─ com.inversoft.chef.domain.Cookbook.class - [JAR]
├─ com.inversoft.chef.domain.Cookbooks.class - [JAR]
├─ com.inversoft.chef.domain.Node.class - [JAR]
├─ com.inversoft.chef.domain.Nodes.class - [JAR]
├─ com.inversoft.chef.domain.Recipes.class - [JAR]