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 akka-typed-testkit_2.11-2.5.8.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
akka.typed.testkit
├─ akka.typed.testkit.Effect.class - [JAR]
├─ akka.typed.testkit.EffectfulActorContext.class - [JAR]
├─ akka.typed.testkit.Inbox.class - [JAR]
├─ akka.typed.testkit.StubbedActorContext.class - [JAR]
├─ akka.typed.testkit.TestEventListener.class - [JAR]
├─ akka.typed.testkit.TestKitSettings.class - [JAR]
akka.typed.testkit.scaladsl
├─ akka.typed.testkit.scaladsl.TestProbe.class - [JAR]
├─ akka.typed.testkit.scaladsl.package.class - [JAR]
akka.typed.testkit.javadsl
├─ akka.typed.testkit.javadsl.TestProbe.class - [JAR]