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 dice-helper-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
br.com.colman.dicehelper
├─ br.com.colman.dicehelper.Dice.class - [JAR]
├─ br.com.colman.dicehelper.DiceKt.class - [JAR]
├─ br.com.colman.dicehelper.DiceNotation.class - [JAR]
├─ br.com.colman.dicehelper.DiceNotationBaseListener.class - [JAR]
├─ br.com.colman.dicehelper.DiceNotationLexer.class - [JAR]
├─ br.com.colman.dicehelper.DiceNotationListener.class - [JAR]
├─ br.com.colman.dicehelper.DiceNotationParser.class - [JAR]
├─ br.com.colman.dicehelper.DiceParserKt.class - [JAR]
├─ br.com.colman.dicehelper.FixedDice.class - [JAR]
├─ br.com.colman.dicehelper.RandomDice.class - [JAR]