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 Brainfuck4J-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
de.florianmichael.brainfuck4j.memory.impl
├─ de.florianmichael.brainfuck4j.memory.impl.ByteMemory.class - [JAR]
├─ de.florianmichael.brainfuck4j.memory.impl.IntegerMemory.class - [JAR]
├─ de.florianmichael.brainfuck4j.memory.impl.ShortMemory.class - [JAR]
de.florianmichael.brainfuck4j.language
├─ de.florianmichael.brainfuck4j.language.Dialect.class - [JAR]
├─ de.florianmichael.brainfuck4j.language.Instruction.class - [JAR]
├─ de.florianmichael.brainfuck4j.language.InstructionTypes.class - [JAR]
de.florianmichael.brainfuck4j.util
├─ de.florianmichael.brainfuck4j.util.Logger.class - [JAR]
de.florianmichael.brainfuck4j.memory
├─ de.florianmichael.brainfuck4j.memory.AMemory.class - [JAR]
├─ de.florianmichael.brainfuck4j.memory.MemoryTypes.class - [JAR]
de.florianmichael.brainfuck4j.exception
├─ de.florianmichael.brainfuck4j.exception.BFRuntimeException.class - [JAR]
de.florianmichael.brainfuck4j
├─ de.florianmichael.brainfuck4j.Brainfuck4J.class - [JAR]