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 camel-drools-example-1.1.0.CR1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.fabric8.example.drools
├─ io.fabric8.example.drools.Cheese.class - [JAR]
├─ io.fabric8.example.drools.CheeseHelper.class - [JAR]
├─ io.fabric8.example.drools.DroolsCommandHelper.class - [JAR]
├─ io.fabric8.example.drools.FireAllCommands.class - [JAR]
├─ io.fabric8.example.drools.Person.class - [JAR]
├─ io.fabric8.example.drools.PersonHelper.class - [JAR]