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 nougat-proc-1.0.14.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
freework.proc.jna
├─ freework.proc.jna.CLibrary.class - [JAR]
├─ freework.proc.jna.Kernel32.class - [JAR]
├─ freework.proc.jna.Shell32.class - [JAR]
freework.proc.util
├─ freework.proc.util.Natives.class - [JAR]
freework.proc
├─ freework.proc.Cmdline.class - [JAR]
├─ freework.proc.Killer.class - [JAR]
├─ freework.proc.NullOutputStream.class - [JAR]
├─ freework.proc.ProcessProcessor.class - [JAR]
├─ freework.proc.ProcessProcessorImpl.class - [JAR]
├─ freework.proc.ProcessStarter.class - [JAR]
├─ freework.proc.ProcessTask.class - [JAR]
├─ freework.proc.ProcessUtils.class - [JAR]
├─ freework.proc.Restarter.class - [JAR]