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 nb-java-decompiler-2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.moacirrf.javadecompiler
├─ io.github.moacirrf.javadecompiler.Bundle.class - [JAR]
├─ io.github.moacirrf.javadecompiler.DecompileAction.class - [JAR]
├─ io.github.moacirrf.javadecompiler.Decompiler.class - [JAR]
├─ io.github.moacirrf.javadecompiler.DecompilerFactory.class - [JAR]
├─ io.github.moacirrf.javadecompiler.ExceptionHandler.class - [JAR]
├─ io.github.moacirrf.javadecompiler.Installer.class - [JAR]
io.github.moacirrf.javadecompiler.files
├─ io.github.moacirrf.javadecompiler.files.FileSystemHelper.class - [JAR]
├─ io.github.moacirrf.javadecompiler.files.TempDir.class - [JAR]
io.github.moacirrf.javadecompiler.validator
├─ io.github.moacirrf.javadecompiler.validator.FileValidator.class - [JAR]
io.github.moacirrf.javadecompiler.cfr
├─ io.github.moacirrf.javadecompiler.cfr.DecompilerClassImpl.class - [JAR]
├─ io.github.moacirrf.javadecompiler.cfr.NetbeansClassFileSourceImpl.class - [JAR]
├─ io.github.moacirrf.javadecompiler.cfr.PluginDumperFactory.class - [JAR]