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 mathml-unificator-1.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cz.muni.fi.mir.mathmlunificator.config
├─ cz.muni.fi.mir.mathmlunificator.config.Constants.class - [JAR]
cz.muni.fi.mir.mathmlunificator
├─ cz.muni.fi.mir.mathmlunificator.DocumentParser.class - [JAR]
├─ cz.muni.fi.mir.mathmlunificator.MathMLUnificator.class - [JAR]
├─ cz.muni.fi.mir.mathmlunificator.MathMLUnificatorCommandLineTool.class - [JAR]
├─ cz.muni.fi.mir.mathmlunificator.NodeLevel.class - [JAR]
├─ cz.muni.fi.mir.mathmlunificator.UnificationLevel.class - [JAR]
cz.muni.fi.mir.mathmlunificator.utils
├─ cz.muni.fi.mir.mathmlunificator.utils.DOMBuilder.class - [JAR]
├─ cz.muni.fi.mir.mathmlunificator.utils.MathMLTools.class - [JAR]
├─ cz.muni.fi.mir.mathmlunificator.utils.XMLOut.class - [JAR]