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 exchange-order-base-1.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.zxgangandy.order.base.constant
├─ com.zxgangandy.order.base.constant.OrderConstant.class - [JAR]
com.zxgangandy.order.base.constant.enums
├─ com.zxgangandy.order.base.constant.enums.OrderAction.class - [JAR]
├─ com.zxgangandy.order.base.constant.enums.OrderStatus.class - [JAR]
├─ com.zxgangandy.order.base.constant.enums.OrderType.class - [JAR]
com.zxgangandy.order.base.exception
├─ com.zxgangandy.order.base.exception.OrderErrCode.class - [JAR]