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 trex-demo_2.12-0.5.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.trex_paxos.javademo
├─ com.github.trex_paxos.javademo.StackClient.class - [JAR]
├─ com.github.trex_paxos.javademo.StackClusterNode.class - [JAR]
├─ com.github.trex_paxos.javademo.StringStack.class - [JAR]
├─ com.github.trex_paxos.javademo.StringStackImpl.class - [JAR]
com.github.trex_paxos.demo
├─ com.github.trex_paxos.demo.ConsistentKVStore.class - [JAR]
├─ com.github.trex_paxos.demo.KVStoreClient.class - [JAR]
├─ com.github.trex_paxos.demo.MapDBConsistentKVStore.class - [JAR]
├─ com.github.trex_paxos.demo.MethodCallInvoker.class - [JAR]
├─ com.github.trex_paxos.demo.RemoteKVStore.class - [JAR]
├─ com.github.trex_paxos.demo.TrexKVClient.class - [JAR]
├─ com.github.trex_paxos.demo.TrexKVStore.class - [JAR]