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 yfHotLoad-1.2.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.yfblock.yfHotLoad.Utils
├─ io.github.yfblock.yfHotLoad.Utils.ClassUtil.class - [JAR]
├─ io.github.yfblock.yfHotLoad.Utils.FileUtil.class - [JAR]
io.github.yfblock.yfHotLoad.ClassSource
├─ io.github.yfblock.yfHotLoad.ClassSource.BaseClassSource.class - [JAR]
├─ io.github.yfblock.yfHotLoad.ClassSource.ClassSource.class - [JAR]
├─ io.github.yfblock.yfHotLoad.ClassSource.DirClassSource.class - [JAR]
├─ io.github.yfblock.yfHotLoad.ClassSource.JarClassSource.class - [JAR]
io.github.yfblock.yfHotLoad.Annotation
├─ io.github.yfblock.yfHotLoad.Annotation.EntryApplication.class - [JAR]
io.github.yfblock.yfHotLoad
├─ io.github.yfblock.yfHotLoad.HotLoader.class - [JAR]