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 cjftransform-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cn.com.cjf
├─ cn.com.cjf.CJFBeanFactory.class - [JAR]
├─ cn.com.cjf.ChineseJF.class - [JAR]
cn.com.cjf.utils
├─ cn.com.cjf.utils.CharFilter.class - [JAR]
├─ cn.com.cjf.utils.IOUtil.class - [JAR]
cn.com.cjf.entity
├─ cn.com.cjf.entity.Char.class - [JAR]
cn.com.cjf.config
├─ cn.com.cjf.config.LoadConfig.class - [JAR]
cn.com.cjf.impl
├─ cn.com.cjf.impl.ChineseJFImpl.class - [JAR]