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 Resources-0.3.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cz.cvut.fel.ida.utils.molecules.preprocessing.molecules
├─ cz.cvut.fel.ida.utils.molecules.preprocessing.molecules.Atom.class - [JAR]
├─ cz.cvut.fel.ida.utils.molecules.preprocessing.molecules.Bond.class - [JAR]
├─ cz.cvut.fel.ida.utils.molecules.preprocessing.molecules.Molecule.class - [JAR]
cz.cvut.fel.ida.utils.generic
├─ cz.cvut.fel.ida.utils.generic.Benchmarking.class - [JAR]
├─ cz.cvut.fel.ida.utils.generic.TestAnnotations.class - [JAR]
├─ cz.cvut.fel.ida.utils.generic.TestLogging.class - [JAR]
cz.cvut.fel.ida.utils.molecules.preprocessing
├─ cz.cvut.fel.ida.utils.molecules.preprocessing.ConvertMol2ToPsPr.class - [JAR]
├─ cz.cvut.fel.ida.utils.molecules.preprocessing.Molecule2csv.class - [JAR]