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 ik-analyzer-lucene-5.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.wltea.analyzer.sample
├─ org.wltea.analyzer.sample.IKAnalyzerDemo.class - [JAR]
org.wltea.analyzer.query
├─ org.wltea.analyzer.query.IKQueryExpressionParser.class - [JAR]
├─ org.wltea.analyzer.query.SWMCQueryBuilder.class - [JAR]
org.wltea.analyzer.lucene
├─ org.wltea.analyzer.lucene.IKAnalyzer.class - [JAR]
├─ org.wltea.analyzer.lucene.IKTokenizer.class - [JAR]