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 retepMicroKernel-example-8.8.13.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
uk.org.retep.kernel.example
├─ uk.org.retep.kernel.example.App.class - [JAR]
uk.org.retep.kernel.example.messaging
├─ uk.org.retep.kernel.example.messaging.QueueConsumer.class - [JAR]
├─ uk.org.retep.kernel.example.messaging.TopicConsumer1.class - [JAR]
├─ uk.org.retep.kernel.example.messaging.TopicConsumer2.class - [JAR]