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 wordnet-8.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
gate.wordnet
├─ gate.wordnet.AdjectiveImpl.class - [JAR]
├─ gate.wordnet.IndexFileWordNetImpl.class - [JAR]
├─ gate.wordnet.JWNLWordNetImpl.class - [JAR]
├─ gate.wordnet.LexicalRelationImpl.class - [JAR]
├─ gate.wordnet.RelationImpl.class - [JAR]
├─ gate.wordnet.SemanticRelationImpl.class - [JAR]
├─ gate.wordnet.SynsetImpl.class - [JAR]
├─ gate.wordnet.VerbFrameImpl.class - [JAR]
├─ gate.wordnet.VerbImpl.class - [JAR]
├─ gate.wordnet.WNHelper.class - [JAR]
├─ gate.wordnet.WordImpl.class - [JAR]
├─ gate.wordnet.WordSenseImpl.class - [JAR]
gate.gui.wordnet
├─ gate.gui.wordnet.WordNetViewer.class - [JAR]