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 play-hazelcast-0.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
helpers
├─ helpers.CheatSheetHelper.class - [JAR]
controllers
├─ controllers.HazelcastApplication.class - [JAR]
├─ controllers.TestRunner.class - [JAR]
play.modules.hazelcast
├─ play.modules.hazelcast.HazelcastCacheImpl.class - [JAR]
├─ play.modules.hazelcast.HazelcastPlugin.class - [JAR]
├─ play.modules.hazelcast.Injector.class - [JAR]
├─ play.modules.hazelcast.NamedBeanSource.class - [JAR]
├─ play.modules.hazelcast.NamedInjector.class - [JAR]