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 htrace-zipkin-3.0.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.htrace.impl
├─ org.htrace.impl.ZipkinSpanReceiver.class - [JAR]
org.htrace.zipkin
├─ org.htrace.zipkin.HTraceToZipkinConverter.class - [JAR]
com.twitter.zipkin.gen
├─ com.twitter.zipkin.gen.Annotation.class - [JAR]
├─ com.twitter.zipkin.gen.AnnotationType.class - [JAR]
├─ com.twitter.zipkin.gen.BinaryAnnotation.class - [JAR]
├─ com.twitter.zipkin.gen.Endpoint.class - [JAR]
├─ com.twitter.zipkin.gen.LogEntry.class - [JAR]
├─ com.twitter.zipkin.gen.ResultCode.class - [JAR]
├─ com.twitter.zipkin.gen.Scribe.class - [JAR]
├─ com.twitter.zipkin.gen.Span.class - [JAR]
├─ com.twitter.zipkin.gen.zipkinCoreConstants.class - [JAR]