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 jmyspell-examples-1.0-jitsi-1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.dts.spell.examples
├─ org.dts.spell.examples.Example1.class - [JAR]
├─ org.dts.spell.examples.Example2.class - [JAR]
├─ org.dts.spell.examples.Example3.class - [JAR]
├─ org.dts.spell.examples.Example4.class - [JAR]
├─ org.dts.spell.examples.Example5.class - [JAR]
├─ org.dts.spell.examples.Example6.class - [JAR]
├─ org.dts.spell.examples.Example7.class - [JAR]
├─ org.dts.spell.examples.Example8.class - [JAR]
├─ org.dts.spell.examples.JMySpellApplet.class - [JAR]
org.dts.spell.examples.utils
├─ org.dts.spell.examples.utils.CountWordFilter.class - [JAR]
├─ org.dts.spell.examples.utils.MemoryLabel.class - [JAR]
├─ org.dts.spell.examples.utils.PefomanceSpellCheckErrorListener.class - [JAR]
├─ org.dts.spell.examples.utils.StopWatch.class - [JAR]