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 source-plugin-0.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.bian.source.plugin.tool
├─ com.bian.source.plugin.tool.AssetsGenerator.class - [JAR]
├─ com.bian.source.plugin.tool.BytesWriter.class - [JAR]
├─ com.bian.source.plugin.tool.FileContainer.class - [JAR]
com.bian.source.plugin
├─ com.bian.source.plugin.SourceExt.class - [JAR]
├─ com.bian.source.plugin.SourcePlugin.class - [JAR]
├─ com.bian.source.plugin.Type.class - [JAR]
com.bian.source.plugin.dto
├─ com.bian.source.plugin.dto.AssetJson.class - [JAR]
├─ com.bian.source.plugin.dto.Chunk.class - [JAR]
├─ com.bian.source.plugin.dto.DirChunk.class - [JAR]
├─ com.bian.source.plugin.dto.FileChunk.class - [JAR]
├─ com.bian.source.plugin.dto.Mapping.class - [JAR]
├─ com.bian.source.plugin.dto.SourceBundle.class - [JAR]
com.bian.source.plugin.task
├─ com.bian.source.plugin.task.GenerateAssets.class - [JAR]
├─ com.bian.source.plugin.task.GenerateBinding.class - [JAR]