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 bucky-example_2.11-2.0.0-M22.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.itv.bucky.example.marshalling
├─ com.itv.bucky.example.marshalling.MarshallingPublisher.class - [JAR]
├─ com.itv.bucky.example.marshalling.Shared.class - [JAR]
├─ com.itv.bucky.example.marshalling.UnmarshallingConsumer.class - [JAR]
com.itv.bucky.example.circe
├─ com.itv.bucky.example.circe.CirceMarshalledPublisher.class - [JAR]
├─ com.itv.bucky.example.circe.CirceUnmarshalledConsumer.class - [JAR]
├─ com.itv.bucky.example.circe.Shared.class - [JAR]
com.itv.bucky.example.requeue
├─ com.itv.bucky.example.requeue.RequeueConsumer.class - [JAR]