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 micro-tree-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cn.micro.tree.bean
├─ cn.micro.tree.bean.TTree.class - [JAR]
├─ cn.micro.tree.bean.Tree.class - [JAR]
├─ cn.micro.tree.bean.TreeNode.class - [JAR]
├─ cn.micro.tree.bean.TreeNodeWrapper.class - [JAR]
cn.micro.tree.function
├─ cn.micro.tree.function.NodeConvertToT.class - [JAR]
├─ cn.micro.tree.function.TConvertToNode.class - [JAR]
cn.micro.tree
├─ cn.micro.tree.TreeHelper.class - [JAR]