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 windows-registry-util-0.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.sarxos.winreg
├─ com.github.sarxos.winreg.HKey.class - [JAR]
├─ com.github.sarxos.winreg.RegistryException.class - [JAR]
├─ com.github.sarxos.winreg.WindowsRegistry.class - [JAR]
com.github.sarxos.winreg.internal
├─ com.github.sarxos.winreg.internal.HKeyAccess.class - [JAR]
├─ com.github.sarxos.winreg.internal.RC.class - [JAR]
├─ com.github.sarxos.winreg.internal.ReflectedMethods.class - [JAR]
├─ com.github.sarxos.winreg.internal.WindowsPreferencesBuilder.class - [JAR]