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 emotionml-checker-java-1.2.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
emotionml.xslt
├─ emotionml.xslt.Helpers.class - [JAR]
emotionml.exceptions
├─ emotionml.exceptions.ConfigurationException.class - [JAR]
├─ emotionml.exceptions.NoSuchVocabularyException.class - [JAR]
├─ emotionml.exceptions.NotValidEmotionmlException.class - [JAR]
emotionml
├─ emotionml.Checker.class - [JAR]
├─ emotionml.EmotionML.class - [JAR]
├─ emotionml.EmotionVocabulary.class - [JAR]
├─ emotionml.Main.class - [JAR]