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 redefine-0.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.bigwolftime.api
├─ com.bigwolftime.api.ExtendRedefineServlet.class - [JAR]
com.bigwolftime.memory
├─ com.bigwolftime.memory.CustomJavaFileObject.class - [JAR]
├─ com.bigwolftime.memory.DynamicClassLoader.class - [JAR]
├─ com.bigwolftime.memory.DynamicCompilerException.class - [JAR]
├─ com.bigwolftime.memory.DynamicJavaFileManager.class - [JAR]
├─ com.bigwolftime.memory.MemoryByteCode.class - [JAR]
├─ com.bigwolftime.memory.PackageInternalsFinder.class - [JAR]
├─ com.bigwolftime.memory.StringSource.class - [JAR]
com.bigwolftime.util
├─ com.bigwolftime.util.ResourceUtils.class - [JAR]
com.bigwolftime.compile
├─ com.bigwolftime.compile.DynamicCompile.class - [JAR]