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 bjtool-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.ls.bjtool.bean
├─ com.ls.bjtool.bean.RequestBean.class - [JAR]
com.ls.bjtool.utils
├─ com.ls.bjtool.utils.HttpUtil.class - [JAR]
com.ls.bjtool
├─ com.ls.bjtool.BjtoolApplication.class - [JAR]
com.ls.bjtool.filter
├─ com.ls.bjtool.filter.ChannelFilter.class - [JAR]
├─ com.ls.bjtool.filter.ChannelWrapper.class - [JAR]