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 bitframe-actor-core-jvm-2.0.14.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
bitframe.core
├─ bitframe.core.CoreActorUtilsKt.class - [JAR]
├─ bitframe.core.Identified.class - [JAR]
├─ bitframe.core.IdentifiedRaw.class - [JAR]
├─ bitframe.core.IdentifiedRawKt.class - [JAR]
├─ bitframe.core.Identifier.class - [JAR]
├─ bitframe.core.IllegalConfiguration.class - [JAR]
├─ bitframe.core.InvalidIdentifierException.class - [JAR]
├─ bitframe.core.Savable.class - [JAR]
bitframe.exceptions
├─ bitframe.exceptions.IllegalConfiguration.class - [JAR]
├─ bitframe.exceptions.InvalidIdentifierException.class - [JAR]
bitframe.actor
├─ bitframe.actor.CoreActorUtilsKt.class - [JAR]
├─ bitframe.actor.Identified.class - [JAR]
├─ bitframe.actor.IdentifiedRaw.class - [JAR]
├─ bitframe.actor.IdentifiedRawKt.class - [JAR]
├─ bitframe.actor.Identifier.class - [JAR]
├─ bitframe.actor.Savable.class - [JAR]