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 common-utils-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.cn.stardust.star.hotloader.basedo
├─ com.cn.stardust.star.hotloader.basedo.Live.class - [JAR]
├─ com.cn.stardust.star.hotloader.basedo.People.class - [JAR]
com.cn.stardust.star.hotloader.listen
├─ com.cn.stardust.star.hotloader.listen.FileListener.class - [JAR]
com.cn.stardust.star
├─ com.cn.stardust.star.Common.class - [JAR]
com.cn.stardust.star.hotloader.classload
├─ com.cn.stardust.star.hotloader.classload.FileClassLoader.class - [JAR]
com.cn.stardust.star.hotloader.compile
├─ com.cn.stardust.star.hotloader.compile.JCompiler.class - [JAR]
├─ com.cn.stardust.star.hotloader.compile.JavaSource.class - [JAR]
├─ com.cn.stardust.star.hotloader.compile.MemoryJavaFileManager.class - [JAR]
com.cn.stardust.star.hotloader
├─ com.cn.stardust.star.hotloader.HotLoader.class - [JAR]
com.cn.stardust.star.copy
├─ com.cn.stardust.star.copy.FstUtil.class - [JAR]