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 coin-examples-7.2.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.femtoframework.coin.examples.service
├─ org.femtoframework.coin.examples.service.CounterSample.class - [JAR]
├─ org.femtoframework.coin.examples.service.SayHello.class - [JAR]
org.femtoframework.coin.examples.metrics
├─ org.femtoframework.coin.examples.metrics.MetricSampleBean.class - [JAR]
org.femtoframework.coin.examples
├─ org.femtoframework.coin.examples.App.class - [JAR]
org.femtoframework.coin.examples.implement
├─ org.femtoframework.coin.examples.implement.SayHelloImpl.class - [JAR]