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 jdapp-launcher-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cn.zhucongqi.jdapp.server.core
├─ cn.zhucongqi.jdapp.server.core.IJdappServer.class - [JAR]
├─ cn.zhucongqi.jdapp.server.core.JdappLauncher.class - [JAR]
├─ cn.zhucongqi.jdapp.server.core.JdappLauncherServer.class - [JAR]
cn.zhucongqi.jdapp.server
├─ cn.zhucongqi.jdapp.server.Main.class - [JAR]
cn.zhucongqi.jdapp.kits
├─ cn.zhucongqi.jdapp.kits.JdappKit.class - [JAR]